I did something similar a while ago. Have a look at: https://gist.github.com/machuidel/d7cc099ddc4970c6ddf4
Oh oh. Young me will get into trouble again: https://bytes.com/topic/c/answers/214712-using-return-parant...
Which new languages?
I did the following experiment a while ago (map and flatmap in C): https://gist.github.com/machuidel/d7cc099ddc4970c6ddf4 By adding more abstractions it should even be possible to support semigroups, monoids etc. Of…
Several months ago I still used a multi-site licensed Windows 7 Ultimate and relied on the "Services for Unix" NFS support. My servers are Unix based. Went outside for a while and when I came back my Windows 7 Ultimate…
Yes, that would be good for development / debugging (like debug symbols) or as an optional way to give people access to the source.
Since I started hearing about WebAssembly I cannot stop thinking about the possibilities. For example: NPM compiling C-dependencies together with ECMAScript/JavaScript into a single WebAssembly package that can then run…
I've had many issues with NetworkManager, Avahi and Pulseaudio. I already decided to avoid them a long time ago. My distribution of choice, after using Slackware for several years, has always been Debian. There have…
The state is passed back and forth. The server does not keep the state (that is why they call it stateless), the client may keep it. If something does need to be stored on the server a resource should be created. The…
Actually, they are all valid ways when using the ReST philosophy. The idea is that with every request from the client the latest state is sent along with it (if needed). This way the state of the request can be…
Have been using the ReST philosophy (or pattern?) for almost 15 years without any issues. ReST itself does not define the use of a specific technology and is not a standard by itself, it is pretty abstract. Using the…
I did something similar a while ago. Have a look at: https://gist.github.com/machuidel/d7cc099ddc4970c6ddf4
Oh oh. Young me will get into trouble again: https://bytes.com/topic/c/answers/214712-using-return-parant...
Which new languages?
I did the following experiment a while ago (map and flatmap in C): https://gist.github.com/machuidel/d7cc099ddc4970c6ddf4 By adding more abstractions it should even be possible to support semigroups, monoids etc. Of…
Several months ago I still used a multi-site licensed Windows 7 Ultimate and relied on the "Services for Unix" NFS support. My servers are Unix based. Went outside for a while and when I came back my Windows 7 Ultimate…
Yes, that would be good for development / debugging (like debug symbols) or as an optional way to give people access to the source.
Since I started hearing about WebAssembly I cannot stop thinking about the possibilities. For example: NPM compiling C-dependencies together with ECMAScript/JavaScript into a single WebAssembly package that can then run…
I've had many issues with NetworkManager, Avahi and Pulseaudio. I already decided to avoid them a long time ago. My distribution of choice, after using Slackware for several years, has always been Debian. There have…
The state is passed back and forth. The server does not keep the state (that is why they call it stateless), the client may keep it. If something does need to be stored on the server a resource should be created. The…
Actually, they are all valid ways when using the ReST philosophy. The idea is that with every request from the client the latest state is sent along with it (if needed). This way the state of the request can be…
Have been using the ReST philosophy (or pattern?) for almost 15 years without any issues. ReST itself does not define the use of a specific technology and is not a standard by itself, it is pretty abstract. Using the…