←back to thread

82 points jacobx | 1 comments | | HN request time: 0.225s | 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. firloop ◴[] No.45130633[source]
++ had the same reaction as you. When I was picking up Swift, the interpreter was invaluable to check my understanding (although I nearly always needed to begin with `import Foundation` to have my code actually work).