Niclas Hedhman
Niclas Hedhman
@lowfatcomputing Awesome set of advice and resources, more than I wished for. @leonwagner @lowfatcomputing I am not totally sure if it is going to be recorded. I think the video...
Most presentations at ApacheCon weren't video recorded, but audio is now available; https://drive.google.com/folderview?id=0B4KM_amLomv0cS16QlBkbFNIU1k&tid=0B4KM_amLomv0MzBEZUZhRzdYTDQ "thursday_02_hedhman...." is my talk. Audience was, as expected quite small, about 10 people or so. Yet, I...
On 2022-01-19 10:18, Anthony Howe wrote: > On 2020-12-27 16:29, kt97679 wrote: >> I was curious how many low level words do you need to build forth. > So I...
Except for SwapForth, I saw a port of YAFFA to ESP8266. Yes, indeed a very "interesting" instruction set. Although not as cool as GreenArray's three 5bits instructions and one 3bits...
That one I saw before, the Yaffa port. implemented in C. Niclas On Mar 29, 2016 14:38, "Lars Brinkhoff" [email protected] wrote: > And now this from @CraigLindley https://github.com/CraigLindley: > https://github.com/CraigLindley/ESP8266Forth...
Definition of FORTH; The only programming language with more implementations, than applications written in it. ;-)
Here is another implementation challenge; Minecraft Redstones. Cheers Niclas On 2022-01-09 03:47, Cat Stevens wrote: > This is great! Definitely one of the most unusual Forth > implementations I've come...
I am with @SeanTAllen that warnings are bad, especially when they refer to something that I can't fix. Having a dependency on another project that is lacking corral.json (and bundle.json)...
https://ponyhub.bali.io is a proof-of-concept of crawling and indexing Pony projects.
Sorry I am late to the discussion, but having the dependency name as the key is generally not a good idea, as schemas and software that operates from a schema...