Ian Smith's Avatar

Ian Smith

@2over124

Security engineer working on program analysis research things, currently compositional symbolic execution, type inference and some other stuff.

15
Followers
20
Following
4
Posts
12.11.2024
Joined
Posts Following

Latest posts by Ian Smith @2over124

I guess maybe Obj go brrr.... I see a "clean" way there

30.11.2024 20:44 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

But this is really annoying because everything ends up tainted by the object system and classes cast internally after checking the sort... it's a mess

30.11.2024 20:39 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I don't want the user to have to implement a variant that handles all of the sorts in one go (e.g. implement this massive join and variant that checks that things line up). Only solution I've come up with is falling back to the object system and having a virtual class that supports my ops

30.11.2024 20:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Alright annoying Ocaml design thing I can't solve. A framework I'm dealing with has users define their own terms which compute a variety of sorts (represented as strings). I want to make a library generic over the representation of each sort and additionally fetch a CPO implementation for each

30.11.2024 20:34 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 4 ๐Ÿ“Œ 0