←back to thread

229 points generichuman | 3 comments | | HN request time: 0.612s | source
1. rfl890 ◴[] No.44001073[source]
Is it implemented as a compiler, tl, which compiles .tl source code into .lua files? Who knows
replies(1): >>44010279 #
2. nmz ◴[] No.44010279[source]
Isn't that called a transpiler?
replies(1): >>44016510 #
3. hisham_hm ◴[] No.44016510[source]
"Transpiler" is a common term for source-to-source compilers in the industry, but compiler is the more general term (i.e. a transpiler is a kind of compiler). In academia, the term "transpiler" is somewhat sneered at. A source-to-source compiler is still a compiler, because conceptually compiling into assembly is also technically source-to-source.