Schrottkatze schrottkatze
schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 10:44:29 +00:00
feat: Graph IR

Ahhh, I see.

I do think that there should only be at most one value because that might make some stuff a lot more elegant, but that's also solvable via syntactic sugar probably (and this is…

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 10:42:38 +00:00
feat: Graph IR

the implementor of the ir (the frontends), since for example the language implementation would just call the runtime and then as a response either get a result or if it fails errors (including…

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 10:37:16 +00:00
feat: Graph IR

i dont think a span (debug info imho) doubling as an id is a good idea i think that should be seperate, so it doesn't get cursed to work with for other implementations that aren't text-based?

schrottkatze approved katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

Also, since I have no idea if I even can review an image: do you know the licensing situation? Maybe use something that's CC-* for sure or that we've created instead?

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

I think at least one more field would be good: metadata (or whatever name).

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

noise is an instruction type. so are the others, we'll need more complex code to determine the correct numbers here in the future...

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

Isn't a u16 quite small in case of a huge graph? Also, how do named sockets work then?

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

This whole project screams for tests lol

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

typo: frontend

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

do you mean like "written down in code"? or am i misunderstanding?

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

Should later probably more of a graceful exit...

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

a map of numbers to instructions could also just be a vector?

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

Why a span then? Why not an id or something?

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-19 08:38:29 +00:00
feat: Graph IR

A reason why that might happen is reusable blocks aka user defined functions?

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-19 07:18:25 +00:00
start working on a cli app

How do I use that with claps derive api?

schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-19 07:09:03 +00:00
docs: some initial groundwork

It's simply not relevant to the project yet.

We can take care of documenting the tools we use for branding when we actually have branding...

And with teams I meant more like

If we…

schrottkatze commented on issue katzen-cafe/iowo#4 2024-01-18 22:48:15 +00:00
Keyword inputs and outputs

I will take care of that ASAP, it's just that i'm horrible in thinking in documentation and rather just implement something and get it working and improve that and then document it, so that…

schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-18 22:46:19 +00:00
docs: some initial groundwork

Yes, but someone interested in this tool will know about the open source tools, and if they wanna get involved with whatever, they should ask the respective team beforehand anyway (or until then,…

schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-18 22:45:16 +00:00
docs: some initial groundwork

I meant specifically in the last thingy, like this:

- Estimate what would be needed to implement the feature:
  - Is it an addition to the language itself?
  - Is it just a new…
schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-18 21:22:09 +00:00
docs: some initial groundwork

is this supposed to render a certain way? it just shows the [!NOTE] when rendered