Skip to content

Commit

Permalink
Merge pull request #78 from srz-zumix/feature/remove_coffescript
Browse files Browse the repository at this point in the history
remove coffescript
  • Loading branch information
srz-zumix authored Jan 11, 2022
2 parents 93278f6 + d2baed5 commit 0350c0b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
35 changes: 11 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/srz-zumix/wandbox-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/srz-zumix/wandbox-api/context:python)
[![GitHub Actions](https://github.com/srz-zumix/wandbox-api/actions/workflows/main.yml/badge.svg)](https://github.com/srz-zumix/wandbox-api/actions/workflows/main.yml)

[Wandbox](http://melpon.org/wandbox/) is a social compilation service.
[Wandbox](http://wandbox.org/) is a social compilation service.
This project is a Pythonic binding to the Wandbox API, and CLI command.

* related
Expand All @@ -24,16 +24,16 @@ This project is a Pythonic binding to the Wandbox API, and CLI command.

### for Languages

| | | | | |
|:------------------------------|:--------------------------|:--------------------------|:--------------------|:--------------------|
| [Bash](#Bash) | [C](#C) | [C#](#C-1) | [C++](#C-2) | [CMake](#CMake) |
| [CoffeeScript](#CoffeeScript) | [CPP](#CPP) | [Crystal](#Crystal) | [D](#D) | [Elixir](#Elixir) |
| [Erlang](#Erlang) | [F#](#F) | [Go](#Go) | [Groovy](#Groovy) | [Haskell](#Haskell) |
| [Java](#Java) | [JavaScript](#JavaScript) | [Julia](#Julia) | [Lazy K](#Lazy-K) | [Lisp](#Lisp) |
| [Lua](#Lua) | [Nim](#Nim) | [OCaml](#OCaml) | [OpenSSL](#OpenSSL) | [Pascal](#Pascal) |
| [Perl](#Perl) | [PHP](#PHP) | [Pony](#Pony) | [Python](#Python) | [R](#R) |
| [Rill](#Rill) | [Ruby](#Ruby) | [Rust](#Rust) | [Scala](#Scala) | [SQL](#SQL) |
| [Swift](#Swift) | [TypeScript](#TypeScript) | [Vim script](#Vim-script) |||
| | | | | |
|:--------------------------|:--------------------------|:--------------------|:--------------------|:------------------|
| [Bash](#Bash) | [C](#C) | [C#](#C-1) | [C++](#C-2) | [CMake](#CMake) |
| [CPP](#CPP) | [Crystal](#Crystal) | [D](#D) | [Elixir](#Elixir) | [Erlang](#Erlang) |
| [F#](#F) | [Go](#Go) | [Groovy](#Groovy) | [Haskell](#Haskell) | [Java](#Java) |
| [JavaScript](#JavaScript) | [Julia](#Julia) | [Lazy K](#Lazy-K) | [Lisp](#Lisp) | [Lua](#Lua) |
| [Nim](#Nim) | [OCaml](#OCaml) | [OpenSSL](#OpenSSL) | [Pascal](#Pascal) | [Perl](#Perl) |
| [PHP](#PHP) | [Pony](#Pony) | [Python](#Python) | [R](#R) | [Rill](#Rill) |
| [Ruby](#Ruby) | [Rust](#Rust) | [Scala](#Scala) | [SQL](#SQL) | [Swift](#Swift) |
| [TypeScript](#TypeScript) | [Vim script](#Vim-script) ||||

### wandbox

Expand Down Expand Up @@ -213,19 +213,6 @@ Include files are automatically added to the file list.

----

### CoffeeScript

* wandbox-coffee
(wandbox -l CoffeeScript)

#### CoffeeScript Example

> wandbox-coffee run sample.coffee
[CoffeeScript Example](./samples/command/src/coffee)

----

### CPP

Include files required for compilation are automatically added to the file list.
Expand Down
3 changes: 2 additions & 1 deletion samples/command/src/coffee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ local:
${COFFEESCRIPT} sample.coffee

wandbox:
make -C . local --no-print-directory COFFEESCRIPT="wandbox-coffee run"
true
# make -C . local --no-print-directory COFFEESCRIPT="wandbox-coffee run"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'wandbox-g++ = wandbox.__cxx__:gcc',
'wandbox-clang++ = wandbox.__cxx__:clang',
'wandbox-cmake = wandbox.__cmake__:main',
'wandbox-coffee = wandbox.__coffee__:main',
# 'wandbox-coffee = wandbox.__coffee__:main',
'wandbox-CPP = wandbox.__cpp__:main',
'wandbox-gcc-PP = wandbox.__cpp__:gcc',
'wandbox-clang-PP = wandbox.__cpp__:clang',
Expand Down

0 comments on commit 0350c0b

Please sign in to comment.