Paolo Redaelli personal blog

Tag: Eiffel

Link

https://github.com/uNetworking/uSockets

Miniscule cross-platform eventing, networking & crypto for async applications

Link

Quickemu Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

I may need to crosscompile Eiffel applications for MacOs

Paolo Redaelli

I was already cursing Ubuntu and Android with unholy and foul evocations when I was suddenly enlightened: may the cable be the source of my problems?

Link

JavaScript+OtherLanguages

Those slides JavaScript + Other Languages are really useful to implement an eventual Eiffel to JavaScript compiler.

Well, actually it should be called transcompiler….

We could just feed the C files made by current Liberty compiler but it seems to me that passing throught C which is a procedural language like C could easily makes things quite beefier as an Eiffel compiler usually translate all the nifty niceries of Eiffel into low-level C code which could be quite cryptic.