TPRC 2024 YS Talks
TPRC 2024 Ingy's YS Talks Info🔗
This web page has info to help you follow along with the YS talks at The Perl and Raku Conference 2024 in Las Vegas.
Quick Links for YS🔗
- Talks Assets
- Talk Slide Files:
- YAMLScript — Scripting in YAML
- YAMLScript — Dynamic YAML in Perl and Raku
- Introduction to Clojure for Perl Programmers
- YS Repository
- YS Web Site
- YS Blog
- YS Docs
- Clojurians' Slack #yamlscript Channel
- Matrix #chat-yamlscript Room
Contact Ingy döt Net🔗
Quick Install For ys and libys.so🔗
YS works on Linux and macOS. Not on Windows yet.
Install ys and libys.so persistently:
source <(curl -sL https://in-1.cc) --local ys libys
Running that as root installs under PREFIX=/usr/local.
Use PREFIX=/other/dir to install into a different directory.
Use YAMLSCRIPT-VERSION=0.1.xx LIBYS-VERSION=0.1.xx to install a specific
version.
Install from Source🔗
If the quick install has problems, you can usually get it to work by building from source.
git clone https://github.com/yaml/yamlscript
cd yamlscript
make install
The only dependencies are git, curl, bash and make.
Also a libz-dev package is required on Linux.
Install the Language Modules🔗
cpanm YAMLScript
zef install YAMLScript
pip install yamlscript
npm install @yaml/yamlscript
gem install yamlscript
Also you'll need to have libys.so installed. See above.