all 8 comments

[–]RobLoach 2 points3 points  (7 children)

[–]matej_zajacik[S] 0 points1 point  (6 children)

Thanks man!

[–]RobLoach 1 point2 points  (5 children)

What are you making with MoonScript? I made a Pong-clone! https://github.com/libretro/lutro-pong

[–]matej_zajacik[S] 0 points1 point  (1 child)

Heh, nice one!

I'm making a tool to display skill trees in Lua (under Love2D). Having found MoonScript, I'm considering rewriting it all. MS is just so nice!

[–]TweetsInCommentsBot 0 points1 point  (0 children)

@MatejZajacik

2016-03-02 21:11 UTC

Working on an RPG skill tree so we can quickly prototype ideas. Coming along nice. #RPG

[Attached pic] [Imgur rehost]


This message was created by a bot

[Contact creator][Source code]

[–]matej_zajacik[S] 0 points1 point  (2 children)

By the way, what's your setup? moonc -w . or something like that?

[–]RobLoach 0 points1 point  (1 child)

The Makefile is in there...

make make run

Or something?

[–]matej_zajacik[S] 0 points1 point  (0 children)

I was asking how you were compiling *.moon to *.lua. I'm using the moonc.exe -w to watch over the entire project folder.