The lingo language is ready for a beta version. The current implementation w JS and python interpreters is the alpha implementation.
The goal is to have interpreters in these languages:
- python
- JavaScript
- Go
- Haskell
- C
We are going to rebuild the py and JS interpreters as we build new ones in these languages. To start we need to bootstrap cli interfaces and testing for all these languages.
To do:
Create directory structure
For each language, in its folder:
in lingo/test folder:
- Create python test using 'unittest' lib to build/run each script and confirm is prints the string and returns 0 exit code
add lingo/README.md
- explain this is the beta rewrite of lingo
requirements
- hello world script for all 5 languages in new directory structure
- readme for all 5 languages
- add python test to build/run each hello world
The lingo language is ready for a beta version. The current implementation w JS and python interpreters is the alpha implementation.
The goal is to have interpreters in these languages:
We are going to rebuild the py and JS interpreters as we build new ones in these languages. To start we need to bootstrap cli interfaces and testing for all these languages.
To do:
Create directory structure
For each language, in its folder:
create a script that prints 'hello.world'
add readme with
in lingo/test folder:
add lingo/README.md
requirements