8th
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using 8th.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted or compiled |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By reference |
Type strength: | Strong |
Type checking: | Dynamic |
See Also: |
|
Your Help Needed
If you know 8th, please write code for some of the tasks not implemented in 8th.
If you know 8th, please write code for some of the tasks not implemented in 8th.
8thâ„¢ is a cross-platform, secure, robust, cost-effective, extensible, and modern programming language and development environment.
Some of its features include:
- Code is cross-platform (Windows, OS X, Linux, Android, iOS, Raspberry Pi)
- Interprets source to native-code, no VM
- Garbage collection via reference-counting
- Integrated large integer/float numeric support
- Strings are always UTF-8
- Data declared using (extended) JSON syntax
- L10N support
- Easy cross-platform GUI
- FFI (call native libraries)
- Built-in networking (sockets, http etc)
- Built-in high-end encryption
- Lots of other things... see the website for more information.
Pages in category "8th"
The following 89 pages are in this category, out of 89 total.
2
A
- A+B
- ABC problem
- Accumulator factory
- Ackermann function
- AKS test for primes
- Align columns
- Anagrams
- Apply a callback to an array
- Arbitrary-precision integers (included)
- Arithmetic-geometric mean
- Array concatenation
- Array length
- Arrays
- Associative array/Creation
- Associative array/Iteration
- Atomic updates
- Averages/Arithmetic mean