Hacker News new | ask | show | jobs
by szhorvat 4364 days ago
You need to get used to the notebook concept. In the end you'll find that it's much more convenient for interactive work than a traditional command line. For non-interactive work you can still use Vim if you like.

In fact Mathematica shows its advantages most when used interactively (compared to languages, like Python, which were not really designed for this).

1 comments

Python and Julia have a nice interactive notebook: IPython/IJulia.