home.social

#compilerdesign — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #compilerdesign, aggregated by home.social.

fetched live
  1. Appena pubblicato già un aggiornamento! Questo compilatore C-like scritto in JavaScript da Claude (interpreta il linguaggio e crea file PRG per il Commodore 64) ora ha anche la preview del risultato finale senza bisogno di avere un emulatore di Commodore 64. Potete trovarlo su GitHub in versione open source GPLv3. Si cercano beta testers per scovare gli errori fatti da Claude! #claudeai #commodore64 #compilerdesign #emulator youtube.com/watch?v=zfgftyTBYyM

  2. Finalmente pubblicato questo compilatore C-like scritto in JavaScript da Claude (interpreta il linguaggio e crea file PRG per il Commodore 64). Potete trovarlo su GitHub in versione open source GPLv3. Si cercano beta testers per scovare gli errori fatti da Claude! #claudeai #commodore64 #compilerdesign youtube.com/watch?v=UfkruASvRkE

  3. Finalmente pubblicato questo compilatore C scritto in JavaScript da Claude (interpreta il linguaggio e crea eseguibili per Windows). Potete trovarlo su GitHub in versione open source GPLv3. Si cercano beta testers per scovare gli errori fatti da Claude! #claudeai #clanguage #compilerdesign youtube.com/watch?v=-qe50sqx4jY

  4. LLVM è un'infrastruttura di compilazione, scritta in C++, progettata per l'ottimizzazione di programmi in fase di compilazione, di linking e di esecuzione. Scopriamo assieme come istallarla su Windows 11. #softwaredevelopment #compilerdesign #programminglanguages youtube.com/watch?v=N1ezZQWXCkY

  5. After 13 years with Scheme, I archived my last experiment: seed — a proof that vau with immutable environments can match syntax-case performance on Chez Scheme.

    Four benchmarks, same test suites, competitive numbers. The conclusion: fexprs aren't slow, they're misunderstood.

    README with code and reproducible benchmarks: github.com/amirouche/seed

    #Scheme #Lisp #Kernel #ProgrammingLanguages #PLT #FunctionalProgramming #compiler #CompilerDesign

  6. After 13 years with Scheme, I archived my last experiment: seed — a proof that vau with immutable environments can match syntax-case performance on Chez Scheme.

    Four benchmarks, same test suites, competitive numbers. The conclusion: fexprs aren't slow, they're misunderstood.

    README with code and reproducible benchmarks: github.com/amirouche/seed

    #Scheme #Lisp #Kernel #ProgrammingLanguages #PLT #FunctionalProgramming #compiler #CompilerDesign

  7. Worked on WLambda again a bit. I added the WLambda syntax parser to the standard library and improved the handling of the Syntax marker data types a bit. Now you can parse WLambda code and process it any way you like to. With "match" you have a powerful tool to analyze and transform the abstract syntax tree! #foss #gpl #rustlang #softwaredevelopment #programming #coding #compilerdesign #compiler