Skip to content

jimscarver/rhobash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhobash

rho calculus bots in bash

Bash on nix systems provides a most powerful but dangerous canapy for other languages and tools.

  • command names with arguments separated by spaces. a word, "in quotes with spaces $vars etc.\n", 'or exact'
  • built in, system and user commands and macros
  • embedding other languages
  • files, pipes and piping programs output | to program input
  • powerful regular expressions
  • a million featues and utilities, takes a minute to learn and a lifetime to master

Rholang - language of reflective process calculus for algorithmically controlled process orchestration.

keybasebot.sh - CoLab RChain Rholang bot on keybase

rhobash?

new: mkfifo pipe

send: proc > pipe &

receive: proc < pipe &

TODO: complete [MacRhoLang](

About

rho calculus bots in bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages