[wolfram/en] Fix formatting of list (#5021)

This commit is contained in:
Adrian Sieber 2024-08-13 15:21:56 +00:00 committed by GitHub
parent 8dd93f14df
commit 9228a93217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,21 @@ contributors:
filename: learnwolfram.nb 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: 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 ```mathematica
(* This is a comment *) (* This is a comment *)