Ccode-archives / Ccode

A new fast and statically typed general use language. Now with importable modules!
https://github.com/Ccode-lang/Ccode
MIT License
7 stars 1 forks source link

Call for contributors #16

Closed Ccode-lang closed 1 year ago

Ccode-lang commented 2 years ago

Hello I'm Ccode-lang. This project is fully functional and (as far as I know) bug free. If you want to contribute just tell me. If you have any questions please ask me though this issue.

0xLulz commented 2 years ago

Do you have discord? Im looking to contribute

Ccode-lang commented 2 years ago

Hello, I do not have a discord at the moment and do not plan on having one. The closest thing that we (probably) will ever have to that is the discussions tab.

If anyone wants to approve large changes that is the place to ask.

0xLulz commented 2 years ago

Im looking to make this as official as possible which require ALOT of work. Are you planning on adding a syntax checker?. The checker should be logging functions to run etc and have em execute after checking

Ccode-lang commented 2 years ago

Ok, I was already experimenting with a syntax checker but still need to fix a lot of problems.

Ccode-lang commented 2 years ago

Also I'm not sure I know what you mean by an "em."

Ccode-lang commented 2 years ago

This language was my first real project on GitHub. I could not find a way to write a language in python without modules so I kind of just jumped into it.

0xLulz commented 2 years ago

Writing a programming language isnt a small thing. thats why. its actually writing alot of code for it to even function. at least to making a decent 'official' working programming language. Check out the repo on my Github called 'X Programming Language'. im just moving onto the syntax checker soon!

0xLulz commented 2 years ago

i suggest learning more about programming in general to move onto bigger stuff with this project. im willing to teach but if you dont have anything like discord, telegram or guilded then idk what to tell you

Ccode-lang commented 2 years ago

Writing a programming language isnt a small thing. thats why. its actually writing alot of code for it to even function. at least to making a decent 'official' working programming language. Check out the repo on my Github called 'X Programming Language'. im just moving onto the syntax checker soon!

This project is more of a toy project than anything. The point was more for education and not to be official.

0xLulz commented 2 years ago

alright well then maybe I'm in the wrong place.

CPScript commented 1 year ago

how TF do you manage to make a language??? is it easy or hard? also this is just a question :P

Ccode-lang commented 1 year ago

Hi @CPScript Depends on how you make the language. This repo uses the easy way. It has a transpiler witch translates the language to JS and then runs it. I could help you make one if you want.

CPScript commented 1 year ago

that's cool... ill think about making one, and if i do i would like it to be called CPS (chai-Programming Script)