User Tools

Site Tools


en:projects:a-start-with-forth:start0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:projects:a-start-with-forth:start0 [2017-07-24 23:59] – [Chapter 14 - MPE - Mixed Language Design using Sockpuppet] mkaen:projects:a-start-with-forth:start0 [2020-05-12 19:13] (current) – [A Start With Forth - many c hapters here and as eBook and Print Book] juergenuk
Line 1: Line 1:
-====== A Start With Forth eBook ======+====== A Start With Forth - many chapters here and as eBook and Print Book ====== 
 + 
 +Link to this description in German:  [[projects:a-start-with-forth:start]]
  
 This eBook had always been planned to be readable and distributed via amazon on PC Tablet and Mobile.  This eBook had always been planned to be readable and distributed via amazon on PC Tablet and Mobile. 
Line 5: Line 7:
 See it at\\  See it at\\ 
 [[https://www.amazon.co.uk/Start-Forth-2017-Bits-Bites-ebook/dp/B073NMX1XP/ref=sr_1_13?s=books&ie=UTF8&qid=1499278235&sr=1-13]] \\  [[https://www.amazon.co.uk/Start-Forth-2017-Bits-Bites-ebook/dp/B073NMX1XP/ref=sr_1_13?s=books&ie=UTF8&qid=1499278235&sr=1-13]] \\ 
 +
 +[[https://www.amazon.co.uk/dp/1717825699/ref=sr_1_1?s=books&ie=UTF8&qid=1532770460&sr=1-1&keywords=a+start+with+forth#reader_1717825699]] \\
 +
 You can LOOK INSIDE (above the picture) and see part of it or ask for a free sample on the right hand side. You can LOOK INSIDE (above the picture) and see part of it or ask for a free sample on the right hand side.
  
 But there is still the requirement for beginners to download and print. Most of the chapters of this eBook you can find here. But there is still the requirement for beginners to download and print. Most of the chapters of this eBook you can find here.
 ===== Chapter 4:  Imagine, you Invent a Language ... ===== ===== Chapter 4:  Imagine, you Invent a Language ... =====
-  + 
-You need 12 constructs – in Forth these are Words – and they run a small application – to switch the usual (here virtual) LED on and off. This part will be published here later, needs still some work, but you can anyway read it in the free preview of the eBook.+A different start here. Rather than explaining how it works, we start from nothing and just imagine the steps 
 +You just need 12 constructs here as a first step – in Forth these are Words – 
 +and these at then put together to  run a small application 
 +– to switch the usual (here virtual) LED on and off.  {{ :en:projects:a-start-with-forth:4_describing_is_more_difficult_than_starting_and_go_through_the_process_v13a_to_michael.pdf |Imagine to Invent a Language}}
  
 ===== Chapter 5 - Now try it out on the Web - no Installation needed ====== ===== Chapter 5 - Now try it out on the Web - no Installation needed ======
Line 31: Line 39:
 ===== Chapter 7 - Use the downloadable VFXTESTAPP.exe ===== ===== Chapter 7 - Use the downloadable VFXTESTAPP.exe =====
  
-Here you just download an .exe, which can execute most of the VFX Words – the full manual can be found via the link. Run the code of chapter 4 and 6. Advantage: there is no installation needed. You can store it locally on your PC and the word SAVE adds your work for next time. ( sorry, no Linux or Mac yet )+Here you just download an .exe, which can execute most of the VFX Words. The VFX Manual you can find as part of the VFX download on the www.mpeforth.com website or here as PDF. Run the code of chapter 4 and 6. Advantage: there is no installation needed. You can store it locally on your PC and the word SAVE adds your work for next time. ( sorry, no Linux or Mac yet )
  
 [[en:projects:a-start-with-forth:start|Get VFXTESTAPP.exe here.]] [[en:projects:a-start-with-forth:start|Get VFXTESTAPP.exe here.]]
 +
 +The manual of the full VFX version explaining the Words in VFXTESTAPP.exe can be downloaded here: {{ :en:projects:a-start-with-forth:vfxman.pdf |vfxman.pdf}}
 ===== Chapter 8 - Editor / File Handling – AIDE and VFX_LITE MSP430 ===== ===== Chapter 8 - Editor / File Handling – AIDE and VFX_LITE MSP430 =====
  
Line 46: Line 56:
  
 ===== Chapter 11a - 4e4th Manual 1 ===== ===== Chapter 11a - 4e4th Manual 1 =====
-Dirk Bruehl and Michael Kalus have spent a lot of their time to make 4e4th available for the TI Launchpad. As well written for the MSP430G2553. Without them and Paul, I would have never gotten to the MicroBox Project running.+Dirk Bruehl and Michael Kalus have spent a lot of their time to make 4e4th available for the TI Launchpad. As well written for the MSP430G2553. Without them and Paul, I would have never gotten to the MicroBox Project running. {{ :en:projects:a-start-with-forth:11_4e4th-ide-startnotes_2016_03_29_a5_v1.pdf |4e4th-ide-startnotes}}
  
 ===== Chapter 11b - 4e4th Manual 2 ===== ===== Chapter 11b - 4e4th Manual 2 =====
  
-And the next steps in 4e4th.+And the next steps in 4e4th. {{ :en:projects:a-start-with-forth:10_4e4th-ide-instructions_including_microbox_a5_2016_03_18_v1.pdf |4e4th-ide-instructions_including_microbox}}
 ===== Chapter 11c - uMMT – Some small Example Code to try out ===== ===== Chapter 11c - uMMT – Some small Example Code to try out =====
-Some easy additional examples, needs cleaning up – so will follow later, just check in couple of weeks((July 2017))+Have fun: {{ :en:projects:a-start-with-forth:11cummtshort_v5workinprogress.pdf |uMMT v5}}
  
 ===== Chapter 12 - MicroBit – Running Mecrisp Forth on the MicroBit ===== ===== Chapter 12 - MicroBit – Running Mecrisp Forth on the MicroBit =====
 The BBC micro:bit with its 25 LEDs and the many additional functions needed a Forth.  The BBC micro:bit with its 25 LEDs and the many additional functions needed a Forth. 
 1,000,000 of them are supposedly now at UK schools and there is a lot of documentation. 1,000,000 of them are supposedly now at UK schools and there is a lot of documentation.
-As I had access to one, Matthias Koch kindly ported his MECRISP to this board. +As I had access to one, Matthias Koch kindly ported his MECRISP to this board. Get:  
 +[[en:projects:microbit:start|MECRISP for micro:bit]]
 Follow the links for installation information. I tried mine using the same 35 Word Forth. Follow the links for installation information. I tried mine using the same 35 Word Forth.
 Needed a few additions but no problem – help is always available in the Forth community. Needed a few additions but no problem – help is always available in the Forth community.
 +
  
  
Line 70: Line 82:
 and linked to other languages, here C and ARM. Get system design ready quicker. and linked to other languages, here C and ARM. Get system design ready quicker.
 See as well Rob’s presentation from 22 July 2017 on youtube at 1h50mins. {{ :en:projects:a-start-with-forth:14_mpeforth_sockpuppet.pdf |Sockpuppet article}} See as well Rob’s presentation from 22 July 2017 on youtube at 1h50mins. {{ :en:projects:a-start-with-forth:14_mpeforth_sockpuppet.pdf |Sockpuppet article}}
 +
 +As in December 2017: https://www.youtube.com/watch?v=PlDloFOdrZQ
 +
 +There are infomations on github too: https://github.com/rbsexton?tab=repositories
 +
 +And here as well: http://www.complang.tuwien.ac.at/anton/euroforth/ef16/papers/pelc.pdf
  
 ===== Chapter 15 - v4th – An Approach using Forth Techniques ===== ===== Chapter 15 - v4th – An Approach using Forth Techniques =====
Line 79: Line 97:
  
 ===== Chapter 17 - Certifying your Code ===== ===== Chapter 17 - Certifying your Code =====
-Certific**ati**on becomes more and more important, especially with IOT - and Forth is a very good candidate in this respect.+Certification becomes more and more important, especially with IOT - and Forth is a very good candidate in this respect. \\ {{ :en:projects:a-start-with-forth:certifyingforthsource_004_.pdf |Certifying your Code, by 
 +Paul E. Bennett}}
  
 ====== We hope you find something useful here. ====== ====== We hope you find something useful here. ======
- The eBook //A Start With Forth// is part of [[https://www.amazon.co.uk/Juergen-Pintaske/e/B00N8HVEZM|The Forth Bookshelf]].+ The eBook //A Start With Forth// is part of [[https://www.amazon.com/Juergen-Pintaske/e/B00N8HVEZM|The Forth Bookshelf]]. 
 + 
 +More Literatur:\\ 
 +[[en:projects:pintaske_s_electronic_forth_bookshelf|Juergens Collection]]\\ 
 +[[en:projects:litlist|Klaus' Collection]] 
  
 … and if you want to see which Forth eBooks people are interested in, see how the  [[https://www.amazon.com/gp/bestsellers/books/3970/ref=pd_zg_hrsr_b_1_5_last#1|Bestseller List]] is doing today((Today 24 July 2017, eForth and Zen 2017 is in place 2, A Start With Forth is in place 3, and Stephen Pelc’s Programming forth follows in place 19. And there are more, check yourself.)) ... … and if you want to see which Forth eBooks people are interested in, see how the  [[https://www.amazon.com/gp/bestsellers/books/3970/ref=pd_zg_hrsr_b_1_5_last#1|Bestseller List]] is doing today((Today 24 July 2017, eForth and Zen 2017 is in place 2, A Start With Forth is in place 3, and Stephen Pelc’s Programming forth follows in place 19. And there are more, check yourself.)) ...
en/projects/a-start-with-forth/start0.1500933546.txt.gz · Last modified: 2017-07-24 23:59 by mka