Alle Meldungen
Runter blättern in die Vergangenheit ... oder das alte Format wählen.
Programming A Problem Oriented Language
In this year, 2018, we celebrate 50 Years of Forth. How do you define a computer language? Charles Moore, the inventor of Forth, takes you through the different steps and as well through the reasoning behind it. This is an early book and with the 50 Years Of Forth, this eBook, available for 4 years, is now available as print book as well. It is part of the Forth Bookshelf at amazon, see https://www.amazon.co.uk/Juergen-Pintaske/e/B00N8HVEZM .
Das Taschenbuch ist auch bei Amazon.de wieder erhältlich.
eForth 34.1 mit Tiny FlashTools ist da.
Tings eForth für den MSP430G2553, das 430eForth43, gibt es bekanntlich seit diesem Jahr mit ausdrücklicher Zustimmung von Ting auch als Version für den Naken Assembler von Micheal Kohn. eForth ist damit aus den Krallen solch aufgeblähter IDEs, wie dem des Code Composers Studio (CCS), befreit. Dieses eForth ist das minimalste komplette Forthsystem für diesen kleinen Chip.
Moving Forth
In diesem e-book hat Juergen Pintaske Beiträge von Brad Rodriguez zusammengefasst, die Brad 1993 für "The Computer Journal" verfasst hatte. Damit fügt er der Sammlung von Werken über Forth im Forthbookshelf eine weitere historische Schrift hinzu: Direkt zum Buch: https://www.amazon.de/dp/B07BTV7QVR Zur Forth Bookshelf: https://www.amazon.co.uk/Juergen-Pintaske/e/B00N8HVEZM
Juergen wrote: "In 2018 we have 50 Years of Forth. When I looked for a new project for an eBook I realized that one area is not very well covered: How do the Forth internals work? How can you build a Minimal Processor executing Forth directly? How do you write an Assembler in Forth? When I looked around for some documentation, I remembered this series of articles again. They seems to fit very well together. I contacted Brad and asked for permission to publish them as part of the Forth Bookshelf. He liked the idea so I started formatting. I did not change any of the original material.The only part I added was an appendix, where I redid some of the pictures, so I could understand them better. I have to thank Brad Rodriguez for the copyright to publish this documentation."
http://www.camelforth.com/news.php - Go, see it all!
muforth: a simple ITC Forth - in C
David Frech hat das schon 2008 begonnen. Dirk stolperte gerade darüber. muForth läuft auf dem PC und dient nur dazu einen Crosscompiler für Zielprozessoren zu erzeugen. Es wird in GCC erzeugt, also nicht mit einem Assembler. Aber schaut es euch selbst an: http://muforth.nimblemachines.com/
Forth für RISC-V - Mecrisp-Quintus
Nachdem Matthias Koch beim 34C3 in Leipzig Clifford Wolf und Erich Wäldle begegnet ist, ging die Begeisterung für RISC-V auf ihn über. Nun ist es soweit, sein Mecrisp-Quintus ist in den Startlöchern! Die allererste experimentelle Version ist auf mecrisp.sourceforge.net zu finden. Damit sind wir Forther bereit, die freie Architektur zu erobern! Wer Mecrisp-Stellaris kennt, wird sich auch sogleich in Mecrisp-Quintus zurecht finden. Der Funktionsumfang ist (fast) der gleiche, nur die Optimierungen sind noch nicht ganz so mächtig wie gewohnt.
Jetzt werden neugierige Tester gesucht und diejenigen, die bereits RISC-V-Hardware ergattern konnten und mithelfen möchten.
Im Moment läuft Mecrisp-Quintus auf dem Picosoc von Clifford Wolf in einem HX8K FPGA oder in einem beigelegten Emulator, und verwendet den RV32IM Befehlssatz. Wer sich ein bisschen Mühe macht und sieben Definitionen zur Multiplikation und Division neu schreibt, kann aber auch mit RV32I auskommen, dem kleinsten gemeinsamen Nenner.
(PS: Auf seiner Seite wie immer in die Download-Abteilung gucken! Die Datei ist ganz frisch dazugekommen und ganz oben in der Liste. Irgendwann kommt er bestimmt auch mal dazu, das ganz vorne anzukündigen. :)
Die größte Forth-Sammlung
... hat vermutlich Klaus Kohl-Schöpe zusammengestellt. Alle gedruckten Lehrbücher, Handbücher und was es da so gab, hat er gesammelt. Gedrucktes in seiner Bibliothek, und Digitalisiertes auf der Festplatte. Dazu so ziemlich alles an Forth was es für MCUs überhaupt gibt, und auch für den PC, Mac und Linux. Also DIE Quelle für Forth überhaupt. Und natürlich sein modernes mcForth, das auf vielen MCUs läuft.
Interessenten wenden sich an ihn selbst: http://mcforth.net/
Forth Sammlung Klaus Kohl-Schöpe: https://wiki.forth-ev.de/doku.php/projects:litlist
Programming with a Differentiable Forth Interpreter
Matko Bosnjak (1), Tim Rocktaschel (2), Jason Naradowsky (3) und Sebastian Riedel (1) haben im Juli 2017 im arXiv ihre Forschungsergebnisse veröffentlicht als Proceedings of the 34 th International Conference on Machine Learning, Sydney, Australia. Sie fande sich in England zusammen: (1) Department of Computer Science, University College London, London, UK; (2) Department of Computer Science, University of Oxford, Oxford, UK; (3) Department of Theoretical and Applied Linguistics, University of Cambridge, Cambridge, UK. Forth also nicht nur in Wien!
"In this approach, the programmer specifies a program sketch ... in a traditional programming language. This sketch defines one part of the neural network behaviour. The other part is learned using training data. The core insight that enables this approach is the fact that most programming languages can be formulated in terms of an abstract machine that executes the commands of the language. We implement these machines as neural networks, constraining parts of the networks to follow the sketched behaviour. ... "
New noForth 180101 is just available online.
New january 2018: Double noForth: CC and VV, faster but less compact than C and V.
http://home.hccnet.nl/anij/nof/noforth.html
noForth comes in two variants: C, Compact, for the smaller 16kB flash processors, and V, with Vocabularies, for larger flash memories. The priorities for noForth C and V: 1. robust and comfortable, 2. compact, 3. fast. The priorities for noForth CC and VV: 1. robust and comfortable, 2. fast, 3. compact. The Low Power noForth Variants are marked with a dash: C-, V-, CC- and VV-.
Eine Forth-Stunde
Für alle die mal viel Zeit haben, oder sowas für den Unterricht suchen : Brian Stuart erklärt in dem Video Forth während eines Treffens der Vintage Computer Federation. Du findest es bei YouTube, wenn du nach " VCF East XII -- Brian Stuart -- Forth " suchst. Viel Vergnügen, und Dank an JP fürs finden und hinzufügen der vielen Forth-Links, die dem Wanderer auf YouTube vielleicht noch nicht bekannt sind.
https://www.youtube.com/watch?v=gk65x85qlx8 bei der Veranstaltung http://vcfed.org/wp/about/
JP: Der Bildschirm ist nicht so gut zu lesen - Brian hat freundlicherweise das Slide Deck verfügbar gemacht: http://cs.drexel.edu/~bls96/forth.pdf