HN user

freefouran

148 karma
Posts9
Comments17
View on HN

Interesting, this is basically a very simple interpreter with a REPL. You should look into interpreters if this is something you enjoyed creating, there are many efficient and simple algorithms you could use to make this program a lot simpler and even more advanced too. For instance, recursive descent parsing, and the shunting yard algorithm.

Only thing I could think of is that you can transfer it from one computer to another quickly. And you don't need to create an account (like say if I transferred it through DropBox), just type in a password.

Show HN: Haml.io 11 years ago

Ah, that's a Mac font. I'm on Linux, but you should try a more general monospaced font like Consolas, or there's probably one on Google Fonts you can use.

Interesting idea, you should clean it up into multiple files and put it on an actual repository. If you compiled all of Java's libraries, would you be able to self host the trans-compiler?