Category:8th: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{8th}}")
 
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:

{{stub}}{{8th}}
{{language|8th
|site=https://8th-dev.com
|untyped=no
|exec=both
|gc=yes
|parampass=reference
|strength=strong
|checking=dynamic
}}
{{language programming paradigm|concatenative}}
{{language programming paradigm|imperative}}
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... [http://8th-dev.com see the website] for more information.

Latest revision as of 11:42, 4 May 2017

Language
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:


Listed below are all of the tasks on Rosetta Code which have been solved using 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 91 pages are in this category, out of 91 total.