mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[wolfram/en] Fix formatting of list (#5021)
This commit is contained in:
parent
8dd93f14df
commit
9228a93217
@ -5,14 +5,21 @@ contributors:
|
||||
filename: learnwolfram.nb
|
||||
---
|
||||
|
||||
The Wolfram Language is the underlying language originally used in Mathematica, but now available for use in multiple contexts.
|
||||
The Wolfram Language is the underlying language originally used in Mathematica,
|
||||
but now available for use in multiple contexts.
|
||||
|
||||
Wolfram Language has several interfaces:
|
||||
* The command line kernel interface on Raspberry Pi (just called _The Wolfram Language_) which runs interactively and can't produce graphical input.
|
||||
* _Mathematica_ which is a rich text/maths editor with interactive Wolfram built in: pressing shift+Return on a "code cell" creates an output cell with the result, which is not dynamic
|
||||
* _Wolfram Workbench_ which is Eclipse interfaced to the Wolfram Language backend
|
||||
|
||||
The code in this example can be typed in to any interface and edited with Wolfram Workbench. Loading directly into Mathematica may be awkward because the file contains no cell formatting information (which would make the file a huge mess to read as text) - it can be viewed/edited but may require some setting up.
|
||||
* The command line kernel interface on Raspberry Pi (just called _The Wolfram Language_)
|
||||
which runs interactively and can't produce graphical input.
|
||||
* _Mathematica_ which is a rich text/maths editor with interactive Wolfram built in:
|
||||
Pressing <kbd>shift</kbd> + <kbd>Return</kbd> on a "code cell"
|
||||
creates an output cell with the result, which is not dynamic.
|
||||
* _Wolfram Workbench_ which is Eclipse interfaced to the Wolfram Language backend.
|
||||
|
||||
The code in this example can be typed in to any interface and edited with Wolfram Workbench.
|
||||
Loading directly into Mathematica may be awkward because the file contains no cell formatting information
|
||||
(which would make the file a huge mess to read as text) - it can be viewed/edited but may require some setting up.
|
||||
|
||||
```mathematica
|
||||
(* This is a comment *)
|
||||
|
Loading…
Reference in New Issue
Block a user