Hawt new programming language
Initial list as provided by @InitializeSahib
- c-like syntax (but can deviate a little)
- no do/end stuff (edited)
- no case-based syntax (looking at you, go)
- no -> operator
- native string type
- should be simpler than C (e.g. not ASM)
- optional: actual module system
- optional: package manager for modules
Additional requirements upon further discussion:
- Static Typing
- Compiled (Note, I believe this will be possible to add, even with initially being an interpreted language)
> stack build
> stack exec ProC examples/hello_world.proc