Boot.jar  

I started playing with Hoplon for a while now, but I have only started to look at it seriously as I wanted to practice on Clojure.

Getting Hoplon with lein was easy, but the guys over at tail recursion preferred to use something different for their task system, which was boot.

The newer boot faced a few problems over at my windows machine.

boot_jar_1.png

Apparently this problem was documented as a bug on windows, and so I had to revert to a older version of boot, which was boot.jar.

It took me some time to realize that it was used the same way as the newer counterpart, the only difference was I haven’t got it to display all the logs on my console.

Just run this:

$ your-file-path> boot.jar development

And it will silently begin working in the background.

 
0
Kudos
 
0
Kudos

Now read this

Pattern Muse

As I commenced the rewriting and porting of my code to Github, I felt amazed on how the heck I could have developed the game without coughing blood six months ago. All the .blend, .boo, .cs, .prefab etc files together, with all sorts of... Continue →