Add langs Cherrycake and Insitux

This commit is contained in:
Ingy döt Net 2023-07-18 13:56:46 -07:00
parent 633b36288a
commit 9817d9b99b
36 changed files with 132 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{stub}}{{language|Cherrycake}}
Cherrycake is a powerful language designed by [https://irishman.cloud Irishman Cloud, Inc.] and standardized by [https://fairfieldprogramming.org The Fairfield Programming Association] with the aim of simplifying the process of building web servers. With a built-in Object-Relational Mapping (ORM), Cherrycake eliminates the need for developers to manually manage database operations, allowing for seamless interaction with horizontally-scaling databases. Cherrycake leverages Ahead-of-Time (AOT) compilation, enabling improved performance and optimizations.

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Cherrycake

1
Lang/Cherrycake/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/Cherrycake

View file

@ -0,0 +1 @@
../../Task/Literals-Integer/Cherrycake

3
Lang/Insitux/00-LANG.txt Normal file
View file

@ -0,0 +1,3 @@
{{stub}}{{language|Insitux
|site=https://insitux.github.io}}
{{language programming paradigm|functional}}

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Insitux

1
Lang/Insitux/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/Insitux

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/Insitux

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/Insitux

1
Lang/Insitux/Array-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/Array-length/Insitux

1
Lang/Insitux/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/Insitux

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/Insitux

1
Lang/Insitux/Deepcopy Symbolic link
View file

@ -0,0 +1 @@
../../Task/Deepcopy/Insitux

View file

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/Insitux

1
Lang/Insitux/Filter Symbolic link
View file

@ -0,0 +1 @@
../../Task/Filter/Insitux

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Insitux