SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Create additional rake tasks for building and shipping #11

Open v0dro opened 7 years ago

v0dro commented 7 years ago

Currently the rake tasks inside rubex/rake_task are only meant for compiling a Rubex file inside a gem.

There should be additional rake tasks that help build Rubex files inside Rails apps (or any other framework) and even for standalone Rubex scripts.

v0dro commented 6 years ago

@shaunakpp will it be possible for you to do some research on how exactly Rubex can be integrated inside web frameworks and what (if any) new functionality will be necessary for making this happen?