-
I think I was trying to type in `println` on line 36
----------------------
- Julia Version:
- Plugin Name:
- Plugin Version:
- OS Name: Mac OS X
- Java Version: 1.8.0_152-release
- App Name: PyC…
-
背景:
- 关于中文化常用DSL的一些想法:https://github.com/program-in-chinese/overview/issues/72
- @bhuztez :中文编程历史》 https://github.com/program-in-chinese/overview/issues/47
- 优秀的程序语言是不用括号和空格的》https://zhuanlan.zh…
-
https://github.com/orgs/program-in-chinese/teams/chp
只是想方便交流,没有搞分裂的意思。
- 以APL/组合子逻辑为宗旨,致力于解开冯诺依曼约束
- 不提倡lisp之流括号风格,不讲究纯函数式
- 认为Actor模型优于CSP,π-calculus强于λ
- 实事求是,奉行实用主义原则
组名向当年造化学汉字的前辈致敬
…
-
與github.com/the-language/js正在重寫。希望能在下個學期開始前完成
文檔未開始寫。
產生了幾種新的語言,它們的單詞將會可以顯示爲各種自然語言的。
-
We need to use rule engine along with virtual evaluation links.
Current pattern matcher implementation does not store truth value returned by grounded predicate.
Instead matched evaluation link kee…
-
Héllo,
First and foremost thanks for sharing this project! This is very interesting!
# Me, Myself and I
I am a database modeling enthusiast, I created a database in Python called AjguDB, whic…
-
```
> (load "mk/mk.scm")
> (run 1 (q)
(== q 'A)
(absento q '(A)))
((A))
;; should be ()
;; wrongly produces ((A))
```
P.S.
If I rewrite it to use my own "not-membero" relation in…
-
```racket
#lang racket
(require minikanren)
(run 1 (q)
(== q 'A)
(absento q '(A)))
;; should be '()
;; wrongly produces '(A)
```
P.S.
If I rewrite it to use my own "not-membero" re…
-
It looks like under certain circumstances the =/= constraint is not being honored:
```
> (run* (q r) (matche (q) (('A)) (('B))) (matche (q r) (('A 'a)) ((,?? 'b) (=/= q 'A))))
'(('A 'a) ('B 'b) (…
-
I've read that chalk will be used internally by rustc for many things, but I Wonder if there is any plan for adding to rust (not only MIR) full/partial support for the logical programming paradigm?
h…