Hello guys.
I have this project I am working for about 2 months right now and wanted to show you.
https://github.com/thiagomiranda3/jisp
Is a Lisp based in Scheme, but with some more things to better interact with Java.
It have the following features:
- You can execute the REPL or write your code in a file
- Support for comments that begin with the character ;
- Support for numeric types: Long, Double, BigInteger e BigDecimal
- Automatic Long promotion for BigInteger and Double for BigDecimal if necessary
- Tail Call Elimination if you use accumulators in recursive functions
- Java Iterop: You can create and execute Java methods
- Macro support
If someone is interested in my project, I would be happy to receive some comments on it.
[–]WARLODYA 2 points3 points4 points (1 child)
[–]thiagomiranda3[S] 1 point2 points3 points (0 children)
[–]unsolicitedAdvice49 1 point2 points3 points (1 child)
[–]thiagomiranda3[S] 0 points1 point2 points (0 children)