|
|
|
|
|
by pschanely
3927 days ago
|
|
Yes! The title could be better. While researching this, I found an amusing comment: "Reverse Polish notation is so last century" That's probably true. Still, I think it's a fun project. If you're interested in this sort of thing, I also recommend checking out the programming languages "Joy" and "Pure". I find both really interesting. I'll add official build info tonight, but it's a cordova app, so: (also be aware most things are buggy or simply not implemented right now) # make sure you have npm, gulp, & cordova $ cd client $ npm install $ gulp app $ cd ../mobile $ cordova platform add android (or ios!) $ cordova run android (or ios!) |
|