MystPi / bella

🐶 Bella ⌁ A simple functional programming language ⌁ Written in Gleam!
MIT License
20 stars 3 forks source link

Documentation #5

Closed GenericProgrammer1234 closed 10 months ago

GenericProgrammer1234 commented 10 months ago

A clear reference helps so please. The examples are alright but they don't give me a picture of everything I can do.

MystPi commented 10 months ago

I agree, docs would be very helpful. I hope to write them at some point, but not really sure when I'll have the time/dedication to.

GenericProgrammer1234 commented 10 months ago

I could write documentation assuming everything that you can do is shown in the examples?

MystPi commented 10 months ago

I would prefer to write the docs myself as I'm not sure how complete the examples are, especially for some little nuances in the language.

GenericProgrammer1234 commented 10 months ago

Okay! I could help with formatting though.

MystPi commented 10 months ago

I just wrote some basic documentation if you want to take a look. It lives in the docs folder.

GenericProgrammer1234 commented 10 months ago

Okay the documentation is well written but there is just one thing, this is kinda a nit but immutible should be immutable.

MystPi commented 10 months ago

Thank you for the heads up! I wrote the docs in my code editor without spellcheck, and we all know how that turns out. :P