Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,809 contributions in the last year
Contribution activity
October 2020
Created a pull request in mathics/Mathics that received 10 comments
Exit exits Mathics; it can set return code too.
I don't understand why we had an Exit doesn't exit and is an alias for Quit. It is very useful in testing to have a real Exit from Mathics with a r…
- Add pytests for Global System Information section
- Go over section titles; add $UserName
- More doc updates 2
- Go over Datetime docs
- Doc building simplify
- Set to use SansSerif by default
- Simpler, reduced TravisCI
- Hook in Gries & Schneider test into test suite
- Go over intro sections of Manual
- Review docs system; no trailing blanks required
- Add test.py --count arg
- Sections for what's not there and why...
- 4 small tweaks:
- Allow passing back source-code lines..
- Add Environment[name] and Environment[]
- Fix runtime bugs seen from GS3.m in per_expr()
- Add documentation about the "Generate Hash" button
- Remove implementation details from user-facing documentation
- adding tests for Exit,Quit and file operations
- Importatmodule
- Exit exits Mathics; it can set return code too.
- 145 new tests in symbolic logic; Quit at the ends; not integrated wit…
- evaluating the iterator argument before evaluating the iteration func…
- Fix #958
- Disable some tests
- Fix ajax requests
- Django 3
Created an issue in mathics/Mathics that received 4 comments
Expression with IndentingNewLine
From https://github.com/jkuczm/MathematicaSyntaxAnnotations/blob/master/SyntaxAnnotations/SyntaxAnnotations.m#L280-L285 whitespaceQ = StringMatchQ[ S…