Tag programming

8 bookmarks have this tag.

video about tiger beatle

www.youtube.com/watch?v=sC1B3d9C_sI

What a cool {advertisement,talk,whatever}. I was kinda :eyes: about tigerbeetle before that, but now I'm really sold?? idk. Very cool presentation and an interesting project

programming,video,zig-lang

UTS #55: Unicode Source Code Handling

www.unicode.org/reports/tr55/tr55-5.html

Unicode standard with suggestions on how to handle source code.

pl,programming

Cranelift's Instruction Selector DSL, ISLE: Term-Rewriting Made Practical

cfallin.org/blog/2023/01/20/cranelift-isle

This is sooo coool :o

Simplicity with which this tool allows you to define optimization is impressive on its own (example) (optimizations are known for being hard to write), but this also allows you to do analysis (like formal verification)?? So cool!!

Also, it's nice to see the idea of "pattern is the inverse of constructor" — something I was meaning to put into a blog post for the longest time.

compilers,pl,programming,rust-lang

Compiling Rust is NP-hard

compilercrim.es/rust-np

match patterns is a superset of the SAT problem.

Is not a sentence I wanted to read, but a sentence I, perhaps, deserved.

programming,rust-lang

Swift documentation about """advanced operators"""

docs.swift.org/swift-book/documentation/the-swift-programming-language/advancedoperators

Swift docs on bit ops are so nice, All those pictures explaining bitwise ops, shifts, 2s complement signed integers, so pretty 🥺

diagram,documentation,pretty,programming,swift-lang

Spade Hardware Description Language

spade-lang.org

An interesting HDL featuring static typing, helpful compiler written in rust >:), cute mascot and other things I don't really understand. Looks cool, but obv in very early stages of development, sooo yeah. Also I don't understand the field, so I have no idea how it compares to existing things.

pl,programming

Leveraging Rust and the GPU to render user interfaces at 120 FPS

zed.dev/blog/videogame

An take on interfaces — just throw GPU at it. Haven't read it yet but :eyes:

2read,article,gui,programming

Zed editor

zed.dev
editors,programming