A programming language, planned to be faster than Rust and better than it
GH Copliot for Inline code completions and debugging. Documentation by GH Copliot and myself
A programming language, planned to be faster than Rust and better than it
GH Copliot for Inline code completions and debugging. Documentation by GH Copliot and myself
Log in to leave a comment
i64, f64, char, string, array, unit, bool.+, -, *, /.==, !=, <, <=, >, >=.&&, ||, unary !.-.a[index].let (with optional mut), assignments, return.if / else, while, for <var> in <iterable>.break, continue.push, pop, len, range.println, print, file read_file/write_file (where available)./i64 or a plain / are used to end many statements and declarations.Thats basically the whole language so far lol, but I have way to much warnings in my code, gonna focus on that and then im going to implement libraries like filesystem, windows, inputs, audios, ect.
Oh also I didnt not update the vscode extension yet
Also debugging took too long 💀
If hackatime extension recorded my terminal it would be way more hours as this is just a summary of everything ive done so far
The attachment is what vscode sees as problems, it probably didnt catch everything but its a crazy amount
Log in to leave a comment
Log in to leave a comment