functionalscript 0.1.598 → 0.1.599
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ FunctionalScript is a purely functional programming language and a strict subset
|
|
|
16
16
|
|
|
17
17
|
Learn more about
|
|
18
18
|
- [Purely Functional Programming in JavaScript](https://medium.com/@sergeyshandar/purely-functional-programming-in-javascript-91114b1b2dff),
|
|
19
|
-
- [FunctionalScript](https://medium.com/@sergeyshandar/functionalscript-5cf817345376).
|
|
19
|
+
- [FunctionalScript and I/O](https://medium.com/@sergeyshandar/functionalscript-5cf817345376).
|
|
20
20
|
|
|
21
21
|
## Design Principles
|
|
22
22
|
|
package/jsr.json
CHANGED