Skip to content

Commit 44923d3

Browse files
authored
Merge pull request #14 from calcit-lang/random-updates
random updates on deps, urls, README
2 parents 76fbe9e + a345120 commit 44923d3

File tree

7 files changed

+186
-173
lines changed

7 files changed

+186
-173
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11

2-
Phlox Calcit Workflow
2+
Calcit Home Page
33
----
44

5-
> for phlox.calcit .
6-
75
### Usages
86

9-
Install [calcit-runner](https://github.com/Cirru/calcit-runner.nim) to run demo:
7+
Install [calcit](https://github.com/Cirru/calcit) to run demo:
8+
109
```bash
1110
cr
1211
```
1312

14-
Notice that the loaded modules comes from [phlox.calcit](https://github.com/Quamolit/phlox.calcit).
15-
16-
### Difference from `phlox-workflow`.
17-
18-
Originally Phlox as implemented based on ClojureScript and PIXI.js . However current implementation with Nim and Cario costs less memory, although with far fewer features. I prefer using Nim's version since it's controlled by Cirru ecosystem.
13+
Notice that the loaded modules comes from [phlox.calcit](https://github.com/Respo/respo.calcit).
1914

2015
### Workflow
2116

22-
https://github.com/calcit-lang/calcit-workflow
17+
https://github.com/calcit-lang/respo-calcit-workflow
2318

2419
### License
2520

calcit.cirru

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
=< 32 nil
7878
add-link "\"APIs" "\"http://apis.calcit-lang.org"
7979
=< 16 nil
80-
add-link "\"Discussions" "\"https://github.com/calcit-lang/calcit_runner.rs/discussions"
80+
add-link "\"Discussions" "\"https://github.com/calcit-lang/calcit/discussions"
8181
=< 16 nil
8282
add-link "\"Playground" "\"http://repo.calcit-lang.org/calcit-wasm-play/"
8383
=< 16 nil
8484
add-link "\"Guidebook" "\"http://repo.calcit-lang.org/guidebook/"
85-
div ({}) (add-link "\"GitHub" "\"https://github.com/calcit-lang/calcit_runner.rs/")
85+
div ({}) (add-link "\"GitHub" "\"https://github.com/calcit-lang/calcit/")
8686
|style-content $ quote
8787
def style-content $ {}
8888
|style-middle $ quote

content/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Articles:
9292
[Calcit 脚本语言一些基础介绍](https://zhuanlan.zhihu.com/p/394791973)
9393
[Introducing calcit-js: toy language inspired by cljs](https://clojureverse.org/t/introducing-calcit-js-toy-language-inspired-by-cljs/7097)
9494
[An indentation way to Lisp](https://github.com/calcit-lang/calcit-runner/discussions/123)
95-
[Problems encountered in generating js](\"https://github.com/calcit-lang/calcit-runner/discussions/148)
96-
[calcit-js 的 JavaScript 代码生成与疑难](https://github.com/calcit-lang/calcit-runner/discussions/184)
95+
[Problems encountered in generating js](https://github.com/calcit-lang/calcit-runner.nim/discussions/148)
96+
[calcit-js 的 JavaScript 代码生成与疑难](https://github.com/calcit-lang/calcit-runner.nim/discussions/184)
9797
[ternary-tree.ts: 关于初期的性能优化(on early optimizations)](https://github.com/calcit-lang/ternary-tree.ts/discussions/7)
9898
[A trick for cheaper persistent list in JavaScript](https://clojureverse.org/t/a-trick-for-cheaper-persistent-list-in-javascript/7172)
9999

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Calcit Runner</title>
6+
<title>Calcit Language</title>
77
<link rel="icon" type="image/png" href="http://cdn.tiye.me/logo/calcit.png"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
99
<link rel="stylesheet" type="text/css" href="http://cdn.tiye.me/favored-fonts/main-fonts.css">
@@ -17,4 +17,4 @@
1717

1818
</body>
1919

20-
</html>
20+
</html>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"@calcit/procs": "^0.5.15",
3+
"@calcit/procs": "^0.5.18-a1",
44
"cirru-color": "^0.2.1-a1"
55
},
66
"devDependencies": {
7-
"bottom-tip": "^0.1.2",
8-
"vite": "^2.7.6"
7+
"bottom-tip": "^0.1.3",
8+
"vite": "^2.8.4"
99
},
1010
"version": "0.0.1"
1111
}

0 commit comments

Comments
 (0)