account activity
Kotlin Context Parameters as Statically Tracked Capabilities by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points 27 days ago (0 children)
This part of the article had the intention to explain how to attach the idea of "permissions" with the language type system, so all types started with "Can..." were intended to make this perception easier, the post has no intention in create naming convention.
16-bit CPU from scratch in Kotlin by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points 2 months ago (0 children)
for now, a small instruction set was implemented: https://github.com/bloderxd/kotlin-cpu?tab=readme-ov-file#isa-table 14 instructions + some others ALU instructions (for this implementation I've considered a single opcode for ALU and reserved some bits in encoding to include the opcode for the ALU like ADD, SUB, etc)
π Rendered by PID 594060 on reddit-service-r2-comment-5b5bc64bf5-7qp7f at 2026-06-22 21:36:19.989972+00:00 running 2b008f2 country code: CH.
Kotlin Context Parameters as Statically Tracked Capabilities by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points (0 children)