Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deathbeam/spoon
:ramen: Spoon is a programming language that runs blazingly fast, compiles to native code and works everywhere.
https://github.com/deathbeam/spoon
Last synced: 8 days ago
JSON representation
:ramen: Spoon is a programming language that runs blazingly fast, compiles to native code and works everywhere.
- Host: GitHub
- URL: https://github.com/deathbeam/spoon
- Owner: deathbeam
- License: mit
- Archived: true
- Created: 2015-09-18T12:43:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T16:39:31.000Z (almost 8 years ago)
- Last Synced: 2024-06-08T23:35:19.443Z (5 months ago)
- Language: Ruby
- Homepage: https://spoonlang.org
- Size: 4.59 MB
- Stars: 56
- Watchers: 10
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-blazingly-fast - spoon - :ramen: Spoon is a programming language that runs blazingly fast, compiles to native code and works everywhere. (Ruby)
README
```
.d8888. d8888b. .d88b. .d88b. d8b db
88' YP 88 `8D .8P Y8. .8P Y8. 888o 88
`8bo. 88oodD' 88 88 88 88 88V8o 88
`Y8b. 88~~~ 88 88 88 88 88 V8o88
db 8D 88 `8b d8' `8b d8' 88 V888
`8888Y' 88 `Y88P' `Y88P' VP V8P
```[![Build Status](https://travis-ci.org/nondev/spoon.svg)](https://travis-ci.org/nondev/spoon) [![Code Climate](https://codeclimate.com/github/nondev/spoon/badges/gpa.svg)](https://codeclimate.com/github/nondev/spoon) [![Coverage Status](https://coveralls.io/repos/github/nondev/spoon/badge.svg?branch=master)](https://coveralls.io/github/nondev/spoon?branch=master) [![Join the chat at https://gitter.im/nondev/spoon](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nondev/spoon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Spoon is awesome new programming language, what combines the best things from [Ruby](https://ruby-lang.org) and [Python](https://python.org). Spoon is open source, cross-platform and runs on top of [Haxe](https://haxe.org).
Projects written in Spoon can run natively on any platform that Haxe supports, so
* Any platform on what you can run C++, so almost everywhere
* Android/iOS/Windows Phone
* Windows/Linux/Mac
* Browser (NodeJS, HTML5, PHP, AS3)**Spoon is still in heavy development and not usable yet, so feel free to help me and contribute**
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'spoon'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install spoon
## Usage
TODO
## Development
After checking out the repo, run `script/bootstrap` to install dependencies. Then, run `script/test` to run the tests. You can also run `script/run` for a CLI.
To generate documenation, run `script/doc`.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nondev/spoon. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).