Viewing profile — resatori
resatori
HN member- Joined
- Wed, Mar 16, 2011, 4:41 PM UTC
- HN karma
- 235
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About resatori
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #41879805
https://github.com/damn/moon
- story
-
comment
Comment #41878002
Hey, you should checkout https://github.com/rednblackgames/HyperLap2D then.
- story
- story
- story
- story
- story
-
comment
Comment #41498852
Core is both an engine, a new paradigm and an action RPG in development. Just clone the repo and start with `lein dev` (clojure build tool).
- comment
-
comment
Comment #41483577
https://github.com/xpenatan/gdx-teavm This is a libgdx backend for web. Should be possible to use with clojure but haven't tried. This is actually the most interesting next step fo…
-
comment
Comment #41483546
Thanks, it is from a time when I read too many osho books and started a blog...
-
comment
Comment #41483542
The result of the experiment is that no, it's not simple.
-
comment
Comment #41483530
To be honest I think this project actually failed. It is an overengineered mess and lacks any kind of clear structure. The main problem is total lack of specification - because I d…
-
comment
Comment #41483087
A clojure vector is an inbuilt data structure of the language and looks like this: [1 2 3] I am using them to construct side effects which I call 'transactions' (similar to datomic…
- comment
-
comment
Comment #41482804
I don't understand your concern. Would you mind phrasing it differently?
-
comment
Comment #41482758
Check it out, it is handling hundreds of entities at >>60 FPS. And I still did not do much performance optimization (there are still many lazy seqs around and unoptimized code). Al…
-
comment
Comment #41482751
I find it very natural to work with because clojure is based on the JVM so the project uses libgdx under the hood (deploys to all platforms, huge library) and I can use lisp for ev…
-
comment
Comment #41482667
But I don't know exactly what this thing is. I have coded like crazy on it and created a new component system & datomic-like transaction-data like effect system, so it is more than…
-
comment
Comment #41482632
I am actually also open for names, I don't know exactly what this thing is.