←back to thread

82 points jacobx | 1 comments | | HN request time: 0s | source
Show context
jgbuddy ◴[] No.45130570[source]
Swift can already be used in REPL mode, not sure if it's accurate to say Swift is a strictly compiled language that a interpreter was developed for (see 'swift' command line executable). Seems misleading that this is not mentioned anywhere in the article.
replies(3): >>45130633 #>>45130663 #>>45130724 #
1. jgbuddy ◴[] No.45130663[source]
I suppose you could argue the repl is not a true interpreter (parsing and executing from an AST)