fut icon indicating copy to clipboard operation
fut copied to clipboard

Missing Documentation

Open Rudde opened this issue 2 years ago • 3 comments

I feel intimidated by Ć since there is very weak documentation on how to get started with it. The ci.md language reference is very limited, and with no syntax highlighter it hard to "feel out" what one can and can't do. I'm really missing something like a w3schools like introduction to the language to get started. Are there any plans for this, or something else?

Rudde avatar May 31 '22 18:05 Rudde

Yes, a tutorial is definitely needed! As for syntax highlighting, C# syntax highligting works well for me.

I want to work on both documenation and editor support (maybe even code navigation and completion). Which one do you consider more important as a newcomer?

pfusik avatar May 31 '22 19:05 pfusik

Without proper documentation and layout of what is possible in the language it's very hard to get started, with or without syntax highlighting. Started my days with PHP in MS Notepad, so SH is nice, but not required to code.

Rudde avatar May 31 '22 19:05 Rudde

See https://github.com/pfusik/cito/blob/master/doc/getting-started.md and let me know your comments!

I also plan to split the reference into a language tour and an easy-to-navigate reference of classes and methods.

pfusik avatar Nov 15 '22 10:11 pfusik