]> gitweb.factorcode.org Git - factor.git/history - extra/python/syntax/syntax.factor
core: Rename create to create-word, create-in to create-word-in.
[factor.git] / extra / python / syntax / syntax.factor
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-11-30 John Benediktssonextra: "1 tail" is rest.
2014-10-27 Björn Lindqvistpython.syntax: new way to bind python functions to...
2014-10-24 Björn Lindqvistpython: new syntax PY-QUALIFIED-FROM, so you can import...
2014-03-12 John Benediktssonpython.syntax: fix py-import.
2014-03-04 Björn Lindqvistpython: fix path to test file
2014-03-04 Björn Lindqvistpython: improved docs, support for kwargs to methods...
2014-03-04 Björn Lindqvistpython: support for kwarg functions
2014-03-04 Björn Lindqvistpython: vocab split into subvocabs python.errors and...
2014-03-04 Björn Lindqvistpython: More documentation, privatization of words...
2014-03-04 Björn Lindqvistpython: much improved syntax, $ sigil used to get objec...
2014-03-04 Björn Lindqvistpython: syntax for methods and ditching of the auto...
2014-03-04 Björn Lindqvistpython: compressed using lines
2014-03-04 Björn Lindqvistpython.syntax: vocab that makes python functions work...