Created
September 8, 2014 18:47
-
-
Save wrobstory/599eb3887fe086f3a3ba to your computer and use it in GitHub Desktop.
IPython Scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.env)Robs-MacBook-Pro:IScala-0.1 robstory$ ipython console --KernelManager.kernel_cmd='["java", "-jar", "lib/IScala.jar", "--profile", "{connection_file}", "--parent"]' | |
Python 2.7.8 (default, Aug 13 2014, 14:30:31) | |
Type "copyright", "credits" or "license" for more information. | |
IPython 2.2.0 -- An enhanced Interactive Python. | |
? -> Introduction and overview of IPython's features. | |
%quickref -> Quick reference. | |
help -> Python's own help system. | |
object? -> Details about 'object', use 'object??' for extra details. | |
Welcome to Scala 2.10.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_67) | |
In [1]: val foo = Vector(1, 2, 3) | |
Out[1]: Vector(1, 2, 3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment