gobang

module
v0.0.0-...-57b3db3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2020 License: BSD-3-Clause

README

What is this?

This is an experimental subset of Go that supports only webassembly.

Why a subset? Because as it stands, webassembly.

Here are the planned features:

  1. Remove GC and replace with reference counting
  2. Remove shared global state (package vars)
  3. Remove channels except where the item is value type
  4. Each goroutine has a separate heap as well as stack

NB: this is just an experiment! Don't use it for anything serious.

Also note: I changed the license to AGPL to discourage use. If you have a problem with this, open an issue and we can talk.

Directories

Path Synopsis
doc
codewalk
Generating random text: a Markov chain algorithm Based on the program presented in the "Design and Implementation" chapter of The Practice of Programming (Kernighan and Pike, Addison-Wesley 1999).
Generating random text: a Markov chain algorithm Based on the program presented in the "Design and Implementation" chapter of The Practice of Programming (Kernighan and Pike, Addison-Wesley 1999).
play
You can edit this code! Click here and start typing.
You can edit this code! Click here and start typing.
test
ken
stress
The runstress tool stresses the runtime.
The runstress tool stresses the runtime.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL