Skip to content

Commit

Permalink
doc: nested lists are now supported.
Browse files Browse the repository at this point in the history
whitequark committed Nov 24, 2015
1 parent d14ad67 commit d732b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/getting_started_core.rst
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ A number of Python algorithmic features can be used inside a kernel for compilat
* 64-bit signed integers (:class:`artiq.language.core.int64`)

This comment has been minimized.

Copy link
@sbourdeauducq

sbourdeauducq Nov 24, 2015

Member

int64 isn't there anymore, is it?

* Signed rational numbers with 64-bit numerator and 64-bit denominator
* Double-precision floating point numbers
* Lists of the above types. Lists of lists are not supported.
* Lists of the above types. Lists can be arbitrarily nested.

For a demonstration of some of these features, see the ``mandelbrot.py`` example.

0 comments on commit d732b6c

Please sign in to comment.