Category:Spin: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}{{language|Spin}}
{{stub}}{{language|Spin}}
Spin is the primary high level language for programming the Parallax P8X32A microcontroller.
Spin is the primary high level language for programming the Parallax P8X32A microcontroller.

Typically a Spin compiler runs on a PC and produces Spin bytecode for the bytecode interpreter each P8X32A chip contains.

==Implementations==
* The Propeller Tool - Parallax's original Spin IDE.
* [http://www.fnarfbargle.com/ BST]
* [http://forums.parallax.com/discussion/106401/homespun-spin-compiler-0-31-now-open-source HomeSpun]
* [http://www.sphinxcompiler.com/ Sphinxcompiler]
* Spinc (included in [http://forums.parallax.com/discussion/123795/spinix/p1 Spinix])
* [https://github.com/parallaxinc/OpenSpin OpenSpin]
* [http://forums.parallax.com/discussion/164101/fastspin-an-lmm-compiler-for-spin FastSpin]

==Links==
* https://www.parallax.com/sites/default/files/downloads/P8X32A-Web-PropellerManual-v1.2.pdf
* https://lamestation.atlassian.net/wiki/display/SPIN/Propeller+Spin+Manual+Home
* https://github.com/rosco-pc/propeller-wiki

Revision as of 17:13, 23 September 2016

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Spin
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Spin.

Spin is the primary high level language for programming the Parallax P8X32A microcontroller.

Typically a Spin compiler runs on a PC and produces Spin bytecode for the bytecode interpreter each P8X32A chip contains.

Implementations

Links

Subcategories

This category has only the following subcategory.

@