- - - Fuxoft RSS only: programming - - -

You can add this page to your RSS reader. Back to the list of my RSS feeds..

>>> Posted at Tue, 07 Mar 2023 20:37:21 +0000 (view full version) Title: "I ve loved Lua for many, many years but I often hated how verbose you have to be when you do #p..."

I've loved Lua for many, many years but I often hated how verbose you have to be when you do in it. Janet language is basically Lua with LISP syntax (including macros, controllable compiler, real multithreading...). All within a single 800 KB executable file. The documentation is fairly sparse but large portion of Janet is written in Janet itself so you can real much by just browsing the source.

Janet Programming Language janet-lang.org/



>>> Posted at Wed, 28 Dec 2022 21:14:34 +0000 (view full version) Title: "As a programmer, I find this email rather funny. (My first name is František .) #programming #..."

As a programmer, I find this email rather funny. (My first name is "František".)



>>> Posted at Mon, 21 Nov 2022 08:39:08 +0000 (view full version) Title: "I stopped for a while to think about my favorite programming languages from 1980 until today, c..."

I stopped for a while to think about my favorite programming languages from 1980 until today, chronologically:

* Basic
* Cobol
* Zilog Z80 assembly
* Motorola 68000 assembly
* C
* Euphoria
* Python
* Ruby
* Smalltalk
* Lua / LuaJIT
* Erlang
* Racket

I guess that says something about me but I am not sure what, except that I'm autistic.



>>> Posted at Sat, 17 Sep 2022 22:24:53 +0000 (view full version) Title: "This thing is so awesomely minimalistic and hardcore. An assembly language for the 21st century..."

This thing is so awesomely minimalistic and hardcore. "An assembly language for the 21st century." I hope I am able learn it.

PicoLisp Wiki: home picolisp.com/wiki/?home



>>> Posted at Wed, 24 Aug 2022 13:51:01 +0000 (view full version) Title: "If you are too hardcore for WebSockets but not hardcore enough for Comet, be aware that this si..."

If you are too hardcore for WebSockets but not hardcore enough for Comet, be aware that this simple thing exists and is widely supported in browsers...

EventSource - Web APIs | MDN developer.mozilla.org/en-US/do