- Clojure: Enemy of the State - (video at youtube) - Alex Miller - ETE Conference 2013(?) - talk from Alex before he joined Cognitect
- Exploring a Legacy Clojure Codebase - (video at youtube) - Jon Neale, Ragnar Dahlen - FP Days 2014
- Dealing with legacy code in Clojure - Isabella Pimentel, Daouda Traore - Clojure South 2019
- Using spec to Transparently Replace a Legacy System - Daniel Solano Gómez - Clojure/West 2017
- Living With Legacy Code - James Reeves - Heart of Clojure 2024
- Transform MS Office into Cloud-savvy Linked Data Microservices With Clojure on .NET - Bob Calco - London Clo
from some light testing, it looks like janet-pm
ultimately makes use of a bundle
subdirectory (which gets created if there isn't one already) within a project's directory.
i have a project that already has a bundle
directory (it predates janet-pm
) and for that project, i observe that janet-pm
makes use of the bundle
dir and its content (e.g. init.janet
and info.jdn
).
if i remove the bundle
subdirectory and then use janet-pm
, it looks like a bundle
subdirectory is created and populated (so that it makes use of project.janet
-- the content of bundle
looks to be dependent on spork
).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@{:dependencies @["spork"] | |
:jpm-dependencies @[] | |
:name "git-some-janets" | |
:repo "git+https://github.com/sogaiu/git-some-janets" | |
:url "https://github.com/sogaiu/git-some-janets"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/www/img/frosthaven.svg b/www/img/frosthaven.svg | |
new file mode 100644 | |
index 0000000..993f16e | |
--- /dev/null | |
+++ b/www/img/frosthaven.svg | |
@@ -0,0 +1,1578 @@ | |
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
+<!-- Do not edit this file with editors other than draw.io --> | |
+ | |
+<svg |
JANET-PM(1) General Commands Manual JANET-PM(1)
NAME
janet-pm - the Janet Project Manager, a build tool for Janet
SYNOPSIS
janet-pm [--flag ...] [--option=value ...] command args...
$ janet-pm
usage: janet-pm [--key=value, --flag] ... [subcommand] [args] ...
Run from a directory containing a project.janet file to perform
operations on a project, or from anywhere to do operations on the
global module cache (modpath). Commands that need write permission to
the modpath are considered privileged commands - in some environments
they may require super user privileges. Other project-level commands
need to have a ./project.janet file in the current directory.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/www/index.html.pm b/www/index.html.pm | |
index 3782522..e0313d8 100644 | |
--- a/www/index.html.pm | |
+++ b/www/index.html.pm | |
@@ -1,6 +1,9 @@ | |
#lang pollen | |
-◊(require racket-lang-org/www/util racket-lang-org/www/color racket/format) | |
+◊(require racket-lang-org/www/util racket-lang-org/www/color racket/format pollen/tag) | |
+ |
-
CS 450: Structure of Higher Level Languages - Tiago Cogumbreiro - Spring 2021
-
docs, tutorials, etc.
-
misc
-
samples
NewerOlder