It's been a few years since I started developing my own programming language, because I loved chuck, but I felt it lacked at least generics and function pointers and performance was quite poor . As of today, Gwion is doing well in terms of features (even more than what I intented to have at first) and performance.
This niche project, IMHO, deserves some attention, and probably a community.
To prevent bus factor, I'm now searching people who would like to contribute. There is much left to do in the documentation area, but I'd also greatly appreciate discussion on its evolution.
Furthermore, there is this event coming, which I'd really like to be a part of, but I need teammates.
Thank you for reading this far (I know my english can be confusing at times).
What do you think? Would you join?
Top comments (10)
Hey. I am interested. I've always wanted to work on developing a language, and I think this is the perfect opportunity.
Great! I'll do a file exposing directory hierachy this week-end (I can't today, I play in a small venue 😄).
Let me know everything you need to get started!
Also, what medium do you think is needed to communicate development plan?
Looking forward to read you.
Any medium works for me.
I'm a bit busy this week, but I just pushed a doxygen documentation for the util directory. I hope it helps.
I'll do the same for [ast] and core gwion source.
Did you manage to build the language?
Not yet. I'll finish building this weekend.
Fine. Let me know, I'll help.
Hey! I am having trouble figuring out how to run programs. Could you help me out?
Sure, and with pleasure.
Assuming you followed the build instructions and are in the source directory,
Will run
example/array_lit.gw
.You can also try saving a hello_world in, say, hello.gw and run
Just to be sure, here is an example hello_world in gwion:
Running this should ouput `Hello, World!" in the terminal.
Let me know 😄
I'm ok to answer on DEV, put I think this is the natural use case for github issues.
Sure! Let's move this conversation there! Thanks.
Great!
I'd especially appreciate feedback/discussion from another language designer 😄
Example of syntax discussion
This morning I finally changed my auto-loop to be a foreach-loop
I think given foreach ubiquity among programming language, this fits better mine. (it also simplifies lexer and parser).
But I'm still wondering if it could accept some iterator:
Hoping to read you soon.
Cheers!
EDIT:
I'll try to update projects and create issue this week-end.