maths132-notes VS forth

Compare maths132-notes vs forth and see what are their differences.

maths132-notes

Notes I wrote for Lee White's Maths 132 Differential Equations course, University of Melbourne, 1995-96 (by stevesimmons)

forth

Porting Richard Jones' FORTH to ARM (by phf)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
maths132-notes forth
1 3
1 89
- -
0.0 0.0
about 3 years ago about 8 years ago
TeX Assembly
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

maths132-notes

Posts with mentions or reviews of maths132-notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-18.
  • PostScript Language Reference [pdf]
    4 projects | news.ycombinator.com | 18 Apr 2021
    I used to love programming in PostScript.

    This post prompted me to put some of my old math notes up on GitHub [1]. The final chapter on coupled differential equations sends the DE's parameters to the PostScript printer, where my PS code would execute the different equations and draw the resulting phase portrait.

    My PS code is in that repo's README. The final results are in the notes.pdf file [2]. The best examples are in the last few pages.

    [1] https://github.com/stevesimmons/maths132-notes

    [2] https://github.com/stevesimmons/maths132-notes/blob/main/not...

forth

Posts with mentions or reviews of forth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-30.
  • Developers spend most of their time figuring the system out
    2 projects | news.ycombinator.com | 30 Mar 2022
    >You don't write README.md, ARCHITECTURE.md, JavaDocs, etc, at all?

    Maybe? Not sure - haven't worked on enough big projects to declare answer

    >A new developer is supposed to go through all the codebases and figure out for himself?

    Yes to this bit - code should have very clear structure to it with appropriate comments attached, whether that's literate style as JonesForth<https://github.com/phf/forth/blob/master/x86/jonesforth.S> shows, small section header comment or whatever.

    It should be very clear what section exploring does - tiny example but cat <http://9p.io/sources/plan9/sys/src/cmd/cat.c> from plan 9 very simple segmented code - deals with file opening in main loop and cat function just reads and prints text

  • Useful minimal languages
    2 projects | /r/ProgrammingLanguages | 11 Jun 2021
    JONESFORTH is good read if want source to explore
  • PostScript Language Reference [pdf]
    4 projects | news.ycombinator.com | 18 Apr 2021
    You're very welcome.

    For later exploration, JonesForth <https://github.com/phf/forth/tree/master/x86> is excellent exploration of Forth's internals.

What are some alternatives?

When comparing maths132-notes and forth you can also consider the following projects:

qpdf - QPDF: A content-preserving PDF document transformer

openfirmware - OpenFirmware as used on OLPC (and elsewhere)