Base Library

Base is a set of base libraries and util code for LoJiX and other OSS projects.

Лицензия

Лицензия

Группа

Группа

com.thesett
Идентификатор

Идентификатор

basebuild
Последняя версия

Последняя версия

0.9.117
Дата

Дата

Тип

Тип

pom
Описание

Описание

Base Library
Base is a set of base libraries and util code for LoJiX and other OSS projects.
Ссылка на сайт

Ссылка на сайт

https://github.com/rupertlssmith/lojix
Система контроля версий

Система контроля версий

https://github.com/rupertlssmith/lojix

Скачать basebuild

Имя Файла Размер
basebuild-0.9.117.pom 26 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.thesett/basebuild/ -->
<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>basebuild</artifactId>
    <version>0.9.117</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/basebuild/
implementation 'com.thesett:basebuild:0.9.117'
// https://jarcasting.com/artifacts/com.thesett/basebuild/
implementation ("com.thesett:basebuild:0.9.117")
'com.thesett:basebuild:pom:0.9.117'
<dependency org="com.thesett" name="basebuild" rev="0.9.117">
  <artifact name="basebuild" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='basebuild', version='0.9.117')
)
libraryDependencies += "com.thesett" % "basebuild" % "0.9.117"
[com.thesett/basebuild "0.9.117"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • base
  • common
  • struts-tools
  • run-plugin

LoJiX

LoJiX is a framework for logic compilers, and a Prolog implementation.

Roadmap

2015-02-11

Priorities are in the order presented here:

  • Get cut working.
  • Get call and not working.
  • Complete nested inline conjunction/disjunction.
  • Change the memory model to 64-bit, with an appropriately chosen layout for tagged heap values.
  • Get basic int and float arithmetic working.
  • Implement a simple garbage collector.

Версии библиотеки

Версия
0.9.117
0.9.97
0.9.77
0.8.22
0.8.21
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8-M1