Ask HN: Which language to use for text analysis?
3 comments
ClojureScript targeting nodejs.
- more concise/elegant/beautiful than python
- since it targets nodejs, startup time = fast => blazing fast scripting
- clojure = fastest protoyping language around
- it's not JavaScript (but you get to use any JS module you need)
- it gives you an excuse to learn a functional lisp
- more concise/elegant/beautiful than python
- since it targets nodejs, startup time = fast => blazing fast scripting
- clojure = fastest protoyping language around
- it's not JavaScript (but you get to use any JS module you need)
- it gives you an excuse to learn a functional lisp
Scala has seen quite good adoption in BigData space. Spark is in and out Scala. It's only growing in popularity
I know Python is popular and I've used it before. I just want to see what peoples opinions are.