Add Chapel Language Specification and Crystal Programming Language Documentation (#12157)

* Add resources for Chapel and Crystal languages

* Fixed Lint Issue

* Removed Author Names
This commit is contained in:
Naman Soni 2025-10-05 20:35:07 +05:30 committed by GitHub
parent 1a71ae1921
commit 39332e76ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -565,6 +565,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Chapel
* [Chapel Language Specification](https://chapel-lang.org/docs/)
* [Chapel Tutorial](http://faculty.knox.edu/dbunde/teaching/chapel/)
* [Chapel Tutorial for Programmers](http://web.archive.org/web/20150310075109/http://cs.colby.edu/kgburke/?resource=chapelTutorial) *( :card_file_box: archived)*
@ -644,6 +645,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Crystal
* [Crystal for Rubyists](http://www.crystalforrubyists.com)
* [Crystal Programming Language Documentation](https://crystal-lang.org/reference/)
### CUDA