Hacker News new | ask | show | jobs
by nanofortnight 1942 days ago
Is Little embeddable? This seems like a perfect scripting language for embedding into a larger C application.
2 comments

I would think so but I haven't done it. People embed tcl all the time, perl/tk is perl with a tcl interpreter embedded just so they can get at the tk part (gui stuff).
I asked Oscar Bonilla on Twitter a while ago and he said that it should be the same process as Tcl, but beware I haven't tried.