#sheroll

1 messages · Page 1 of 1 (latest)

mild dagger
#

what u say about this lang? sheroll

roll lick table;

||: OOD style: classes + object instances (splay)

final class Account > mine Table
    rise owner = 'misa';
    kelp balance = 0;
end

final class Main >
    auto Void this >
        auto first = Account.$splay owner<'misa'<balance<1200;
        auto second = Account.$splay owner<'luna'<balance<850;

        IO.console first.owner give -> ||;
        IO.console first.balance give -> ||;
        IO.console second.owner give -> ||;
        IO.console second.balance give -> ||;
    end
end```
atomic siloBOT
#

Hi @mild dagger. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

I’m sorry, but the knowledge sources provided don’t contain any information about the “sheroll” language or the syntax you’ve shared, so I can’t reliably analyze or describe this language beyond noting that it appears to be an object‑oriented, class‑based design with custom keywords.

The documents only cover OpenAI APIs, tools, models, and usage patterns (e.g., tools, MCP, verbosity, agents, data analysis), and none of them mention “sheroll” or similar DSLs. [How to work]

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@mild dagger Kapa.ai is still learning and improving, please let me know how I did by reacting below.