leafo / moonscript

:crescent_moon: A language that compiles to Lua
https://moonscript.org
3.19k stars 190 forks source link

What ide to use moonscript on? #196

Closed hwongcom closed 8 years ago

hwongcom commented 9 years ago

I would like to see moonscript with Netbeans "plugin" or something to easily code moonscript in. what do you normally code moonscript in?

deathbeam commented 9 years ago

I am personally using Sublime Text 2 and it is working fine.

refi64 commented 9 years ago

I use Howl. It's more of a programming text editor than an IDE, but it's fantastic. The MoonScript syntax highlighting never fails, and it starts up much more quickly than Sublime. In fact, Howl is actually written in MoonScript!

deathbeam commented 9 years ago

That Howl looks nice. Btw, hello @kirbyfan64, I saw you on Crystal issue tracker too :smile:

nonchip commented 9 years ago

sublime text 3. works just fine, and there are packages for lua, moon, and LÖVE-specific autocompletion

nonchip commented 9 years ago

metaquestion: why is this even an issue? seems better suited for e.g. stackexchange or the wiki

leafo commented 9 years ago

there is no where to have discussion on moonscript so we've been using the issues tracker

leafo commented 9 years ago

I'm probably going to launch a moonscript/lapis community pretty soon with lapis-community, but haven't had a chance yet. There's also #moonscript on freenode for irc.

edgardmota commented 9 years ago

I know this topic is a little dated, but there are ZeroBrane (http://studio.zerobrane.com/) too, which provides even debugging features. Its syntax highlighting get buggy sometimes and autocomplete doesn't work very well too.

leafo commented 8 years ago

I recently released a syntax package for Textadept: https://github.com/leafo/moonscript-textadept

Going to close this as there doesn't appear to be any issues.