zlacker

[parent] [thread] 1 comments
1. MIA_Al+(OP)[view] [source] 2024-10-13 09:20:52
I'm literally using ASP and Clingo to do logic programming for school. And you're telling it became relevant to you in your work??
replies(1): >>sterli+Q51
2. sterli+Q51[view] [source] 2024-10-13 19:05:03
>>MIA_Al+(OP)
I use ASP at work! I used it as the core of a powerful code generator: I modeled the type system I wanted to implement, some base operations and derivation rules, and had it synthesize implementations for every possible operator between every possible pair of types. I run clasp and it dumps out thousands of lines of C# implementing a simple symbolic matrix linear algebra library. It's one of the most beautiful things I've made, imo.
[go to top]