Skip to content

vkhikhlov/unison-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unison experiments

This repo contains some of my experiments with the Unison language.

Installation

From the Unison Codebase Manager (ucm) prompt:

.> pull https://github.com/vkhikhlov/unison-experiments

This will install all libraries under namespace external and fetch some unison definitions under namespace .trunk.

To view what's available prompt:

.> cd .trunk
.trunk> ls

To run main program prompt:

.trunk> run main

Refactoring and code updates workflow

.> fork .trunk .prs.experiments._mything
.> cd .prs.experiments._mything
.prs.experiments._mything> ls
.prs.experiments._mything> edit someDefinition
.prs.experiments._mything> update
.prs.experiments._mything> diff.namespace .trunk .prs.experiments._mything
.prs.experiments._mything> view 1-4
.prs.experiments._mything> merge .prs.experiments._mything .trunk
.prs.experiments._mything> cd .trunk
.trunk> push

Contributing

This repository follows the conventions in this document and I recommend reading that document, in particular this section on creating and managing pull requests.

About

Some unison code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published