Category:8th: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
No edit summary
 
Line 1: Line 1:


{{language|8th
{{language|8th
|site=http://8th-dev.com
|site=https://8th-dev.com
|untyped=no
|untyped=no
|exec=both
|exec=both
Line 24: Line 24:
* FFI (call native libraries)
* FFI (call native libraries)
* Built-in networking (sockets, http etc)
* 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.
* 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.