Y
Hacker News
new
|
ask
|
show
|
jobs
by
chadcmulligan
752 days ago
teal is for the command line only though afaik, you can't embed it, but would be pleased to be proved wrong.
1 comments
koeng
751 days ago
Nope, you can embed it. Teal is written in teal, and compiles down to lua - so you can simply put teal as a lua dependency. I used it with gopher-lua (Golang lua environment).
https://github.com/teal-language/tl/pull/523
link
chadcmulligan
751 days ago
That's great! thanks
link