|
You are here |
ahmedhosssam.github.io | ||
| | | | |
www.vegardno.net
|
|
| | | | | (This post contains some reflections on the hypothetical design of an ideal programming language...) Don't use or support the use of preproc... | |
| | | | |
vlad.website
|
|
| | | | | Lately, I've been working on a spreadsheet program. I think spreadsheets are cool and I often need to use them, but the current software could be a lot better. :) You basically have to choose between impossibly overcomplicated Excel or an army of Open Source clones that don't learn from its mistakes. Anyway, the really fun part about working on spreadsheet software is that you have to implement a programming language for it! I'm referring to the formula language we all know and love: SUM(A1:B3, 150) and all that. | |
| | | | |
zserge.com
|
|
| | | | | Compilers is fun. Want to write your own one? Part 1 - lexer. | |
| | | | |
andrewshitov.com
|
|
| | | [AI summary] A blog post discusses solving the Advent of Code 2020 Day 18 challenge using the Raku programming language, focusing on handling operator precedence in mathematical expressions. | ||