Skip to content

Playground for running several languages (Go, Python, and Rust) locally

Notifications You must be signed in to change notification settings

takaiyuk/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playground

Playground for running several languages locally.

Now supports Go, Python, and Rust.

Create new workspace with Poetry (Recommended)

Go

poetry run invoke init-go

Python

Python 3.10

poetry run invoke init-python310

Python 3.11

poetry run invoke init-python311

Rust

poetry run invoke init-rust

Create new workspace with Makefile

Go

make init-go

Python

Python 3.10

make init-python3.10

Python 3.11

make init-python3.11

Rust

make init-rust

About

Playground for running several languages (Go, Python, and Rust) locally

Resources

Stars

Watchers

Forks

Releases

No releases published