programming-language
Here are 3,881 public repositories matching this topic...
-
Updated
Mar 22, 2021
-
Updated
Mar 22, 2021 - V
-
Updated
Jan 16, 2021
-
Updated
Mar 21, 2021 - JavaScript
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 22, 2021 - Perl
-
Updated
Mar 1, 2021 - OCaml
-
Updated
Jan 22, 2021 - Python
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Nov 19, 2020
-
Updated
Mar 22, 2021 - Dart
-
Updated
Feb 21, 2021
-
Updated
Mar 22, 2021 - TypeScript
It should be noted that it currently applies to all of the existing packages.
-
Updated
Mar 21, 2021 - Red
-
Updated
Mar 22, 2021 - Haxe
-
Updated
Mar 22, 2021 - Go
-
Updated
Mar 16, 2021 - JavaScript
-
Updated
Mar 22, 2021 - Java
-
Updated
Feb 7, 2021 - C
-
Updated
Mar 8, 2021 - Clojure
This comes up when rearranging or deleting elements of a list. I can't see any reason not to just allow ignored optional commas. The current UX is you get an annoying or cryptic parse error. Once the code gets added to the codebase, it will get nicely formatted with the proper number of commas but it's okay to have some sloppiness at parse time.
You can check out Parser.seq in Parser.hs whi
Motivation
After discussion at https://scsynth.org/t/terminology-question/3372 it came to my attention there's a couple uses of ableist language in our project that we could easily replace with more inclusive language -- specifically "crazy" and "idiot". This would be really easy to do, so let's do it!
Description of Proposed Feature
Replace with better words :)
Plan for Imple
-
Updated
Feb 28, 2021 - JavaScript
-
Updated
Feb 3, 2021 - Swift
-
Updated
Jan 31, 2021 - JavaScript
Should suppress --strict warnings.
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
When I forget a multiplication sign
*between two parentheses, I receive this error:This error is confusing for beginners. (A colleague was just stuck with that error and asked for help.) Could you add "Maybe you forgot a multiplication operator
*after a number?" to it?