Skip to content

Commit

Permalink
Merge pull request #80 from srz-zumix/feature/remove_fsharp
Browse files Browse the repository at this point in the history
remove F#
  • Loading branch information
srz-zumix authored Jan 12, 2022
2 parents 1d620a2 + ffe7f5e commit 2a96fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This project is a Pythonic binding to the Wandbox API, and CLI command.
|:--------------------------|:--------------------------|:--------------------|:--------------------|:------------------|
| [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) |
| [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) | [Ruby](#Ruby) |
Expand Down Expand Up @@ -295,19 +295,6 @@ Import modules required for compilation are automatically added to the file list

----

### F#

* wandbox-fsharpc
(wandbox -l F#)

#### F# Example

> wandbox-fsharpc run test1.fs sample.fs
[F# Example](./samples/command/src/fsharp)

----

### Go

* wandbox-go
Expand Down
3 changes: 2 additions & 1 deletion samples/command/src/fsharp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ local:
# mono sample.exe

wandbox:
make -C . local --no-print-directory FSHARP="wandbox-fsharpc run"
true
# make -C . local --no-print-directory FSHARP="wandbox-fsharpc run"

0 comments on commit 2a96fa6

Please sign in to comment.