Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owainkenwayucl/minipi
Versions of the pi example for slightly less hospitable environments.
https://github.com/owainkenwayucl/minipi
basic calculating-pi fortran fortraniv maclisp sc ulisp xlisp
Last synced: 24 days ago
JSON representation
Versions of the pi example for slightly less hospitable environments.
- Host: GitHub
- URL: https://github.com/owainkenwayucl/minipi
- Owner: owainkenwayucl
- License: mit
- Created: 2017-04-27T11:55:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T15:24:46.000Z (over 1 year ago)
- Last Synced: 2024-10-15T11:31:05.859Z (2 months ago)
- Topics: basic, calculating-pi, fortran, fortraniv, maclisp, sc, ulisp, xlisp
- Language: Fortran
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Versions of the pi example for slightly less hospitable environments.
## Overview:
We maintain a repository of implementations of a particular method of
approximating Pi here: https://github.com/UCL-RITS/pi_examplesThis repository is for implementations that will not run on our standard Linux
host. They may also lack "hard" things to implement on some platforms such as timing.## Implementations:
* `AppleScript` - Apple Script on MacOS 8.
* `BASIC` - Old fashioned BASIC such as S'-Basic/bwBASIC.
* `BBCMicroBitMicroPython` - uPython on the BBC Micro:Bit.
* `FORTRANIV` - FORTRAN IV on the PDP-8
* `LibreLogo` - LibreOffice has a built in LOGO interpreter.
* `MPW-3.4.2-C++` - C++ for MPW on MacOS 8.
* `MacPerl` - Perl for MacOS 8.
* `MacTk-8.2.1` - Tk/TCL 8.2.1 on MacOS 8.
* `Maclisp` - Maclisp on ITS on the PDP-10.
* `PORT-F77` - Cross Platform FORTRAN 77.
* `gambit2.4` - Gambit Scheme 2.4 on MacOS 8.
* `gambit3` - Gambit Scheme 3.0 on FreeDOS.
* `miscell` - My own terrible spreadsheet markup language.
* `ow-f77` - Open Watcom Fortran 77 on (Free)DOS.
* `sc` - Spreadsheet Calculator.
* `ulisp` - uLisp.
* `xlisp` - Xlisp on Mac System 7.