Daniel Munch

Results 10 comments of Daniel Munch

Well the thing is, I'm not sure what I should do? What is the recommended way to access types? Return types, parameter types, variable types, etc.

Like how would I get a `Type`'s "pretty" value?

> I'm not sure what you mean with a Type's "pretty" value. I mean the attribute from fx. dscanner on `Type` called `pretty`

If I have time I might try and make a Neutron compiler as well. Not sure what it should compile to yet tho. But it would be written in Chirp

Transpiling to C++ would be an option, but I would prefer something else tho. I think compiling to Assembly would be a good idea tho, but need to investegate in...

Altough, I'm up for helping with a compiler written in Python as well. If speed isn't the biggest matter

Nono. It's not bad, just not as fast. Count me in 🙋‍♂️

Nono. Don't use Assembly if making a compiler in Python. I guess LLVM IR would be the best choice, but not sure.

Is the "inline python code" feature like a preprocessor? Or what? And I won't mind if numpy arrays aren't builtin. But that's just my opinion