ocaml-baguettesharp-interpreter
ocaml-baguettesharp-interpreter copied to clipboard
The Future of the language
I do not want to move from the purely imperative and declarative paradigm with this language so this is some ideas to how push it even further
Turing completeness
- [x] Learn wtf is turing completeness
- [x] Learn how to determine whether or not a language is turing complete
- [x] Makes Baguette# turing complete
- [x] Celebrate
Compilation Interpretating is cool, compilation is bette
- [X] Add a naive transpiler that embed the language and compile it with ocamlopt
- [ ] Add a real transpiler to OCaml or C
- [ ] Add a real compiler
Implements moar things
- [x] Array ??
- [x] other primitive data types
Make magnificent things
- [x] Website interpreting
- [x] make a REPL with the interpreter