Skip to content

Comment on The Algol 68 Genie projectparent

Comments

"INT a" would just declare a local immutable binding of type integer.

"LOC INT a" would be syntactic sugar for "REF INT a = LOC INT", which would be something akin to "int *a = alloca(sizeof(int))".

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.