Skip to content

Commit e09c882

Browse files
committed
Added Sway
1 parent ea4a6b5 commit e09c882

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

sway/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<img src="https://raw.githubusercontent.com/rtoal/polyglot/master/docs/resources/sway-logo-64.png">
2+
3+
# Sway Explorations
4+
5+
To build and run Sway programs on your local machine, download and install the most recent version from the [Sway installation page](https://fuellabs.github.io/sway/v0.19.0/introduction/installation.html) or use your favorite package manager.
6+
7+
Programs in this folder have yet to be tested.
8+
<!-- and can be run from the command line like so: -->
9+
10+
<!-- ```
11+
ruby triple.rb
12+
```
13+
14+
```
15+
ruby permutations.rb I like carrots
16+
```
17+
18+
```
19+
ruby top_ten_scorers.rb < ../test/wnba_input
20+
```
21+
22+
Running the command `irb` with no arguments gives you a repl.
23+
24+
To run the tests, invoke `./test.sh` in a Unix-friendly shell or `test.ps1` in PowerShell. -->
25+
26+
## About
27+
28+
TODO
29+
30+
## Resources
31+
32+
- [Sway Language Documentation](https://docs.fuel.network/docs/sway/)
33+
- [FuelLabs Sway Documentation](https://fuellabs.github.io/sway/v0.19.0/index.html)
34+
- [Sway Playground](https://www.sway-playground.org/)
35+
36+
## In Open Source
37+
38+
- [Beluga Case Studies](https://complogic.cs.mcgill.ca/beluga/casestudies.html)
39+
- [Brigitte Pientka's Publications of Beluga](https://www.cs.mcgill.ca/~bpientka/research.html)

0 commit comments

Comments
 (0)