Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Thanks :-)

What are the syntax features most jarring to you? I suspect it's the ones that's been ported from Lua but I'm not sure.



sort by: page size:

Looks like a neat little language. Lua's syntax always appeared ugly to me - or if not ugly, then unnecessarily foreign. Something more Javascript-like lowers that barrier a good bit.

I forgot to emphasize that I'm particular about syntax. I amended my comment accordingly. I also don't like the global-by-default bit, but maybe my ideal language could be a syntax layer atop Lua?

Thanks. :) I'm still mostly using Lua 5.1.4 most of the time, and I forgot to include that.

Very nice! I was unaware that such a feature-rich editor for Lua existed. Thank you!

Yeha, also that it uses Lua. I think I should try that language; always hear good stuff about it.

Ah yes, that is nice - thanks for the info. So many interesting things using Lua ..

That’s very cool, thanks. I’ll be using it.

Do you write all your system scripts in Lua? How do you like it?


From the syntax is sounds like it's just Lua with extra steps.

Fantastic, thanks!

I assume you're familiar with parenscript. What are your thoughts on that?

I additionally love the ability to generate lua, I could see that being very useful.


Thanks! The scripting language is Lua 5.2.

Wish they could improve the language syntax. It's so unnecessarily verbose. Moonscript did a good job improving Lua.

Thanks for the reply!

How are you using it? With a lua web framework, or more low level stuff?

edit: great looking site btw.


I got exposure to Lua with Cyberpunk 2077 mods and neovim plugins. Some stuff is indeed strange (like array indexes starting from 1 by default), but overall it's easy to use.

Not sure I'd want to use it for something big though.


I'm a fan of Lua's implementation. I looked through this source and it seems well written. Nice job :)

That's interesting. For somebody who's not all that familiar with Lua, what are it's main selling points for something like this?

Lua (the impl) is awesome, Lua (the language) is very pleasent, but the arrays using position instead of offset (start at 1, not 0) thing...

I still love it :-)


Great, thanks, I'll take a look at some of these on Monday. I've only got a few super simple scripts of my own but I use them all the time. A hugely valuable feature and lua is nice and simple to pick up.

Lua? Really?

That's by far the most unpleasant language I've coded in.


This is amazing! Thanks for the tip. I'm trying this out on my next game. CL is much more powerful than Lua and something I'm more comfortable with as a language. Seems to be nearly as painless integrating too.
next

Legal | privacy