programming-language
Here are 3,812 public repositories matching this topic...
-
Updated
Mar 6, 2021
-
Updated
Mar 6, 2021 - V
-
Updated
Jan 16, 2021
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Mar 1, 2021 - Python
-
Updated
Mar 1, 2021 - Perl
-
Updated
Mar 1, 2021 - OCaml
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Jan 22, 2021 - Python
-
Updated
Nov 19, 2020
-
Updated
Mar 6, 2021 - Dart
-
Updated
Feb 21, 2021
Currently we've implemented a bunch of functions and constraints in a "lazy evaluation" fashion, i.e., whenever we need something for a Style program, we implement it in Penrose. We're getting to the point where we should really have a more complete/comprehensive list (e.g., that users can call at will).
How do we come up with this list? One natural idea is to simply pick some libraries, and
It should be noted that it currently applies to all of the existing packages.
-
Updated
Mar 4, 2021 - Red
-
Updated
Mar 6, 2021 - Go
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Mar 4, 2021 - Haxe
-
Updated
Mar 6, 2021 - Java
-
Updated
Feb 7, 2021 - C
-
Updated
Mar 6, 2021 - Clojure
Current behavior:
.> view ##Nat
⚠️
The following names were not found in the codebase. Check your spelling.
##Nat
.> names ##Nat
😶
I couldn't find anything by that name.
.> alias.type ##Nat Nat
Done.
.> names ##Nat
Type
Hash: ##Nat
Names: Nat
.> view ##Nat
-- Nat is built-in.
Desired behavior would be something like:
Motivation
Per discussion at https://scsynth.org/t/terminology-question/3372, using "stutter" this way is ableist and actually also not a good description of what these features even do. We should replace them with clearer and more inclusive alternatives.
Description of Proposed Feature
- Deprecate these functions and classes and replace them with new ones:
- Dstutter
- Pstutt
-
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."
The current implementation of
lyap
for complex scalar arguments is incorrect. We can see this by comparing the result obtained using 1x1 matrices vs scalars: