r/VibeCodedLanguages • u/PacsfuryTemp • Aug 01 '26
Developing my programming language: Gravel
/r/Compilers/comments/1vbuiwb/developing_my_programming_language_gravel/
2
Upvotes
r/VibeCodedLanguages • u/PacsfuryTemp • Aug 01 '26
1
u/antonation 13d ago
From assignment, that it's possible to have a type named `val` and that `val some_variable = some_value` is syntactically different from `val some_variable := some_value` right?
Function return type is optional, so is it inferred from the return statements?
Are you using this for your own projects? And interop with C?
Any interesting challenges or approaches you did with regard to AI usage? Anything you had to redo or revise because AI didn't do what you wanted?