Skip to content

ksseono/logic-tutorials-kr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read the Docs

core.logic

클로저와 클로저 스크립트를 위한 논리 프로그래밍 라이브러리인 core.logic은 관계형 프로그래밍, 제약 논리 프로그래밍과 같은 Prolog 언어와 유사한 기능을 제공한다. 이 라이브러리는 William Byrd의 논문 Relational Programming in miniKanren: Techniques, Applications, and Implementations에 기술된 miniKanren을 그 기반으로 삼고 있으며, cKanrenαKanren까지도 확장하고 있다. 또한 단순히 이들이 제공하는 기능을 넘어서 논리 프로그래밍을 쉽게 확장하는 것을 목표로 설계되었다.

(원문 출처: core.logic - README.md)

릴리즈 및 의존성 정보

[org.clojure/core.logic "0.8.10"]
<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>core.logic</artifactId>
  <version>0.8.10</version>
</dependency>

원자료 및 소스코드 출처

이 튜토리얼에의 소스코드와 번역 대상 문서들의 출처은 다음과 같다.

About

클로저 core.logic 튜토리얼 (논리 프로그래밍)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors