Data update

This commit is contained in:
Ingy döt Net 2024-07-13 15:19:22 -07:00
commit 5c1bb7bfa9
2011 changed files with 35091 additions and 3239 deletions

View file

@ -25,4 +25,7 @@ The primary benefits of Ecstasy are:
* A security model designed for the serverless cloud, using lightweight software containers and dependency injection (IOC/DI)
* A reified generic type system with support for unions, intersection, and difference types, first-class tuples and functions, type inference, and type-safe mixins
* Built-in concurrency support, with first-class support for object immutability, and the elimination of shared-mutable data
* All of the modern capabilities that developers have grown to depend on, such as: [[garbage collection|Automatic memory management]], an integrated module system, first-class lambdas and functions, partial binding and currying, cross-platform portability, and an open source development model
* All of the modern capabilities that developers have grown to depend on, such as: [[garbage collection|Automatic memory management]], an integrated module system, first-class lambdas and functions, partial binding and currying, cross-platform portability, and an open source development model
==TODO==
* [[Tasks not implemented in Ecstasy]]

1
Lang/Ecstasy/100-prisoners Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-prisoners/Ecstasy

1
Lang/Ecstasy/Assertions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Assertions/Ecstasy

View file

@ -0,0 +1 @@
../../Task/Pointers-and-references/Ecstasy

1
Lang/Ecstasy/Program-name Symbolic link
View file

@ -0,0 +1 @@
../../Task/Program-name/Ecstasy

View file

@ -0,0 +1 @@
../../Task/Reflection-List-methods/Ecstasy

View file

@ -0,0 +1 @@
../../Task/Reflection-List-properties/Ecstasy

1
Lang/Ecstasy/Search-a-list Symbolic link
View file

@ -0,0 +1 @@
../../Task/Search-a-list/Ecstasy

View file

@ -0,0 +1 @@
../../Task/Send-an-unknown-method-call/Ecstasy

1
Lang/Ecstasy/Singleton Symbolic link
View file

@ -0,0 +1 @@
../../Task/Singleton/Ecstasy

1
Lang/Ecstasy/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/Ecstasy

View file

@ -0,0 +1 @@
../../Task/String-comparison/Ecstasy

View file

@ -0,0 +1 @@
../../Task/String-concatenation/Ecstasy

1
Lang/Ecstasy/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/Ecstasy

1
Lang/Ecstasy/Substring Symbolic link
View file

@ -0,0 +1 @@
../../Task/Substring/Ecstasy

View file

@ -0,0 +1 @@
../../Task/Substring-Top-and-tail/Ecstasy

1
Lang/Ecstasy/System-time Symbolic link
View file

@ -0,0 +1 @@
../../Task/System-time/Ecstasy