|
|
|
What's the best programming language for rapidly getting out a prototype?
|
|
5 points
by sarvasvkulpati
1895 days ago
|
|
Some languages like Clojure seem really interesting, but for the purposes of rapidly coming up with an idea and shipping something hacky really fast, as an outsider, it seems like it has a lot of setup/config compared to js. With webdev, you can write an html file, some css and slap a js file and you're ready to start iterating within seconds. However, you lose the expressivity of a lisp like CLJS. So considering tradeoffs between expressivity, developer productivity, "time to first char on screen" etc, what's the best language for rapidly prototyping something hacky that people can use? |
|