Re: Tcl vs. Lua



slebetman@xxxxxxxxx wrote:
But since Lua is so small, I suspect it uses even less resource than Tcl.

Lua is definitely smaller than Tcl. It achieves this by leaving out lots of stuff, so much so that Lua is a language that is only usable in practice after extension (I think it doesn't have a full I/O system, for example). By contrast, you can do a lot in plain tclsh without binary packages, and many people do just that.

What'll be interesting is to see if Lua grows over time like Tcl did.
And if it does, what mistakes in the provided libraries do the Lua
developers make. (If it doesn't grow, it'll remain a niche language,
used in embedded situations where the programmer hasn't heard of Forth.)

Donal.
.



Relevant Pages

  • Re: Languages that dont suck after Perl?
    ... stupid language making me go through so much work just make a simple ... preffering it to Perl at times given some small convenience wrappers. ... I'm happy that when I program in Lua I have a feeling I've mastered ... you have to go character by character to parse them mentally with a naive ...
    (comp.lang.perl.misc)
  • Tamas Papp public software: defects
    ... the specific bugs were typical newbie ... However the real problem with the product is the API. ... someone coding some other language in CL. ... the interesteed expert can consider the lua cairo2 ...
    (comp.lang.lisp)
  • Re: Learning different languages
    ... I've been trying to get my kids to learn a little Python for some ... Simple -- Lua is the extension language for Enigma. ... make new game levels ergo, ...
    (comp.lang.python)
  • Re: Calculator defined
    ... Ok, i spent few hours reading about Lua, ... Again even if there was only Lua syntax available it would be a great ... since RPL is simple language it may be possible to compile system and user ... RPL ...
    (comp.sys.hp48)
  • Re: use of backward single quote in procedure names, was: DST (summer time) offset
    ... Rob Kendrick wrote: ... language) as a substitute for BASIC is that RISC OS computers don't come ... Fortunately, the Lua runtime is small, like the language. ...
    (comp.sys.acorn.programmer)