Why Smart C Coders Love Lua
realtimelogic.com
Why Smart C Coders Love Lua
1–8 of 8 posts
Re: Why Smart C Coders Love Lua
#2[deleted]
Re: Why Smart C Coders Love Lua
#3what is a smart C coders
Re: Why Smart C Coders Love Lua
#4Title on article
Using Lua for Embedded Development vs. Traditional C Code
Re: Why Smart C Coders Love Lua
#5I like Lua, but after going all in on Gambit-C^1 for a bit, I'm not sure anything can top its level of integration. Besides compiling to C, it just lets you straight up write C inside of a .scm file.
(c-declare #
c-declare-end)
((c-lambda () void
#
and then run the corresponding executable gsc -exe embed.scm && ./embed
1. https://www.deusinmachina.net/p/gambit-c-scheme-and-c-a-matc...Re: Why Smart C Coders Love Lua
#6I think all the arguments of the article still hold if one changes "Lua" to "Tcl". (well, the general arguments, not anything related to the Xedge framework).
Re: Why Smart C Coders Love Lua
#7I think all the arguments of the article still hold if one changes "Lua" to "Tcl". (well, the general arguments, not anything related to the Xedge framework).
I love Tcl.
Re: Why Smart C Coders Love Lua
#8Title on article Using Lua for Embedded Development vs. Traditional C Code
And with Xedge IDE - a web based IDE. I would want to use my own editor and not rely on any company dependant frameworks.