←back to thread

229 points generichuman | 2 comments | | HN request time: 0.467s | source
Show context
rfl890 ◴[] No.44001073[source]
Is it implemented as a compiler, tl, which compiles .tl source code into .lua files? Who knows
replies(1): >>44010279 #
1. nmz ◴[] No.44010279[source]
Isn't that called a transpiler?
replies(1): >>44016510 #
2. 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.