I've prepared a repackaged distribution of Brouhabouha Forth, a Forth-94 Forth system for QL, written by Ewald Pfau in 1991-1994.
Main changes: The QDOS header of the executable was lost, and it has been restored. The documentation has been edited and manually converted to Asciidoctor (then ...
Search found 74 matches
- Tue Mar 15, 2016 8:42 pm
- Forum: Software & Programming
- Topic: Brouhabouha Forth
- Replies: 0
- Views: 2193
- Fri Feb 12, 2016 5:19 pm
- Forum: Software & Programming
- Topic: Email list about Forth on Sinclair computers
- Replies: 21
- Views: 12552
Re: Email list about Forth on Sinclair computers
I've just seen this and those numbers would seem about right. I presume you obtained those numbers via a disassembler. If so could you send the disassembly of the machine code to me or make it available somewhere so I can compare it with the assembler source on GitHub. Apart from different ...
- Sat Feb 06, 2016 6:22 pm
- Forum: QL Emulation
- Topic: SMSQmulator and Raspberry Pi 2
- Replies: 50
- Views: 33719
Re: SMSQmulator and Raspberry Pi 2
I've installed Oracle Java 8 (it's in the non-free component of the Raspbian repositories), and SMSQmulator for Java 8 runs 200% faster than the version for Java 7 running on open-jdk 7. I'm using Raspberry Pi 2. I wonder if this makes SMSQmulator usable on Raspberry Pi 1. Anybody can try?
- Fri Jan 29, 2016 12:35 am
- Forum: Software & Programming
- Topic: SuperForth Reversi on GitHub
- Replies: 1
- Views: 2061
SuperForth Reversi on GitHub
Gerry Jackson has put on GitHub the sources of his game Reversi, written in SuperForth. It's version 1.8, newer than the one originally published.
https://github.com/gerryjackson/QL-Reversi
There are Forth sources of chess an go games, easy to find on the web, but as far as I know there's no other ...
https://github.com/gerryjackson/QL-Reversi
There are Forth sources of chess an go games, easy to find on the web, but as far as I know there's no other ...
- Fri Jan 22, 2016 6:56 pm
- Forum: Software & Programming
- Topic: QL SuperForth descendant on GitHub
- Replies: 1
- Views: 2026
QL SuperForth descendant on GitHub
Gerry Jackson has put on GitHub the sources of his almost finished QL SuperForth cross-compiler, which he started based on the original SuperForth. Most of the sources are common, so it's most useful to understand SuperForth.
https://github.com/gerryjackson/QL-SuperForth
Probably also the sources ...
https://github.com/gerryjackson/QL-SuperForth
Probably also the sources ...
- Fri Jan 22, 2016 3:59 pm
- Forum: Software & Programming
- Topic: Email list about Forth on Sinclair computers
- Replies: 21
- Views: 12552
Re: Email list about Forth on Sinclair computers
>...source code of the meta-compiler I mentioned on GitHub.
Look forward to that.
https://github.com/gerryjackson/QL-SuperForth
I only had a passing interest in Forth until a few years ago when I started to understand it from the ground up by looking at how others had implemented it from ...
- Fri Jan 22, 2016 12:50 am
- Forum: Software & Programming
- Topic: Minerva change requests...
- Replies: 15
- Views: 12209
Re: Minerva change requests...
Ill just dump a blurb from my former website, knoware, below:
"These toolkits add the extended date functions found in Smsq/e to Qdos and Minerva,
(...)
The functional part of the code was pinched from the Minerva V1.98 sources, © Laurence Reeves, which are released under the GNU GENERAL PUBLIC ...
"These toolkits add the extended date functions found in Smsq/e to Qdos and Minerva,
(...)
The functional part of the code was pinched from the Minerva V1.98 sources, © Laurence Reeves, which are released under the GNU GENERAL PUBLIC ...
- Tue Jan 19, 2016 1:19 pm
- Forum: Software & Programming
- Topic: Forth source converters, now also for QL SuperForth
- Replies: 2
- Views: 2432
Re: Forth source converters, now also for QL SuperForth
I do also use PI, mine is version 1 model B which is mono-core. I read new PI 2 is quad-core, I wonder how much faster I can get with PI 2?
I used RPi 1 B for a long time, as my main computer, but one day its HDMI output ceased working. Then I ordered a RPi 2. The speed increase is c. 6x. For ...
- Fri Jan 15, 2016 10:24 pm
- Forum: Software & Programming
- Topic: Sfera, a library for SuperForth
- Replies: 0
- Views: 1995
Sfera, a library for SuperForth
I've published the first barely usable version of Sfera, a library under development for SuperForth.
- Wed Jan 13, 2016 3:20 pm
- Forum: Software & Programming
- Topic: Email list about Forth on Sinclair computers
- Replies: 21
- Views: 12552
Re: Email list about Forth on Sinclair computers
I'll have a look again now I've finished PNG decoder (horrid format - makes JPEG and GIF look like model of good design, even though they preceded PNG :? )
We are discussing the disassembling of some SuperForth code words in the email list. So far I've seen nothing strange. In fact I'm ...