Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
pjmlp
12y ago
0 comments
Save
Share
You forgot Lisp, Scheme, Dylan, Julia, Basic.
0 comments
7 comments · 2 top-level
top
newest
oldest
AlexanderDhoore
12y ago
· 4 in thread
Funny enough, even C#:
http://www.mono-project.com/AOT
This is used to run C# on iOS.
pjmlp
OP
12y ago
C# is not a dynamic language.
Skinney
12y ago
Not by default no, but it easily supports dynamic code through 'dynamic'
1 more reply
danabramov
12y ago
Still does.
lohan
12y ago
+1
rayiner
12y ago
· 1 in thread
Julia isn't AOT compiled. Indeed, one of the things that makes it so fast is that it does JIT compilation of method bodies using runtime information to drive type inference and to produce multiple type-specialized copies of methods.
pjmlp
OP
12y ago
Silly me, you are right. I forgot about it.
j
/
k
navigate · click thread line to collapse