ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.2K
active users

#programminglanguages

20 posts16 participants0 posts today

Hello, friend! This is the #introduction post for the ACP section, which works on #artificialIntelligence, #cybersecurity, and #programmingLanguages at the University of Southern #Denmark.

It's dangerous to go alone! Take this… ❬ ACP starter pack ❭ for your trip on the Fediverse!

Use "Preferences > Import and Export > Import" (or similar) to import:
gitlab.sdu.dk/acp/fediverse/-/ as "Following List" to follow all ACP members, or
gitlab.sdu.dk/acp/fediverse/-/ as "Lists" for a dedicated ACP timeline.

Il teorema di Böhm-Jacopini è stato formulato quasi 60 anni fa e dimostra che, con le sue tre strutture di base, è possibile realizzare qualunque algoritmo. I diagrammi di flusso sono una rappresentazione di queste procedure di calcolo e grazie a Flowgorithm è possibile renderli "vivi". Vediamo assieme come! #computerscience #algorithms #programminglanguages
youtube.com/watch?v=Nib3TWj9CRY

I've written a series of blog posts, in which I write a #bytecode #compiler and a #virtualMachine for arithmetic in #Haskell. We explore the following topics in the series:

- Parsing arithmetic expressions to ASTs.
- Compiling ASTs to bytecode.
- Interpreting ASTs.
- Efficiently executing bytecode in a VM.
- Disassembling bytecode and decompiling opcodes for debugging and testing.
- Unit testing and property-based testing for our compiler and VM.
- Benchmarking our code to see how the different passes perform.
- All the while keeping an eye on performance.

The third and final post of the series that focuses on writing the virtual machine is now out: abhinavsarkar.net/posts/arithm

abhinavsarkar.net · A Fast Bytecode VM for Arithmetic: The Virtual Machine
More from Abhinav 🌏