Category:8th: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 12: Line 12:
{{language programming paradigm|imperative}}
{{language programming paradigm|imperative}}
8th™ is a cross-platform, secure, robust, cost-effective, extensible, and modern programming language and development environment.
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 and iOS)
* Interprets source to native-code, no VM
* Garbage collection via reference-counting
* 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)
* Lots of other things... [http://8th-dev.com see the website] for more information.

Revision as of 12:36, 26 February 2015

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 and iOS)
  • Interprets source to native-code, no VM
  • Garbage collection via reference-counting
  • 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)
  • 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.