Hacker News new | past | comments | ask | show | jobs | submit login
Nmet: A Compiled Programming language with its own assembler (github.com/mahanfr)
4 points by mahanfr 21 days ago | hide | past | favorite | 2 comments



Congrats my friend, your language looks quite simple.

My only question is: why the use of semicolons? Why not let the compiler add them implicitly for you?

This way, will look a lot cleaner, and closer to Golang's elegance.


Thank you. Semicolons make parsing easier and, removing them is backwards-compatible, so I decided to add them for ease of parsing and might remove them in the future.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: