Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Weblocks

Compare

  Analyzed about 16 hours ago

Weblocks is an advanced web framework written in Common Lisp. It is designed to make Agile web application development as effective and simple as possible. This is not your ordinary run-of-the-mill web framework in PHP, Python or Ruby. Weblocks uses powerful Lisp features like multiple ... [More] dispatch, the metaobject protocol, lexical closures, keyword arguments, and macros to build abstractions that make web development easy, intuitive, and free of boilerplate. In addition, control flow is easily expressed using continuations. Things that are hard or mundane in other frameworks become easy and fun in Weblocks. [Less]

26.1K lines of code

0 current contributors

almost 7 years since last commit

4 users on Open Hub

Inactive
5.0
 
I Use This

Parenscript

Compare

  Analyzed about 13 hours ago

ParenScript is a small Lispy language that can be compiled to JavaScript. (defun foobar (a b) (return (+ a b)))) -> function foobar (a, b) { return a + b; }

11K lines of code

1 current contributors

almost 4 years since last commit

4 users on Open Hub

Inactive
4.0
   
I Use This

counterclockwise

Compare

  Analyzed about 20 hours ago

PresentationCounterclockwise is an Eclipse plugin helping developers write Clojure code. Installing Counterclockwise and starting testing/developing in clojure is really just a matter of minutes! ANNOUNCE NEW RELEASE 0.0.52 (as of 2010/03/27) (see the ReleaseNotes page for detail) ... [More] VIDEOSgetting started video : http://www.youtube.com/watch?v=1T0ZjBMIQS8 (no sound, but covers the basics quickly) another "how to intall" video from Sean Devlin: http://vimeo.com/channels/fulldisclojure#9223070 Quick linksScreenshots Installation / Feature description / Documentation Release notes Source code repository on github TroubleShooting Coarse grained roadmap(in bold features already implemented) Source code editing: syntax coloring, rainbow parens interaction with the REPL paredit mode (25% done) auto-indentation Formatting Navigation a minima of JDT integration Code completion with source/java doc (first pass) Debug Ability to add breakpoints to clojure source code REPL namespace browser navigate the tree of currently loaded libs symbol name/docstring based search feature jump to code feature syntax coloring code completion JDT integration auto-build feature coupled with the active REPL How is Counterclockwise related to clojure-devclojure-dev was the first name of the Counterclockwise project. But then Rich Hickey created a clojure mailing list dedicated to the developers of clojure, and named it "clojuredev". So as good citizens, we chose to change the name of the clojure-dev project to Counterclockwise (ccw for short). [Less]

34.8K lines of code

0 current contributors

about 7 years since last commit

4 users on Open Hub

Inactive
0.0
 
I Use This

Elephant

Compare

  No analysis available

Elephant is a persistent object protocol and database for Common Lisp. The persistent protocol component of elephant overrides class creation and standard slot accesses using the Meta Object Protocol (MOP) to render slot values persistent. Database functionality includes the ability to persistently ... [More] index and retrieve ordered sets of class instances and ordinary lisp values. Values are stored persistently on disk by one or more 'data stores', which currently consist of Berkeley DB and SQL servers via CL-SQL. A pure-lisp data store is under development. Elephant inherits the ACID properties of these stores, and by design is transactional, multi-threaded, and in the case of Berkeley DB, process safe. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
4.33333
   
I Use This
Mostly written in language not available
Licenses: lgpl21_or...

CL-IOLib

Compare

  Analyzed about 23 hours ago

The purpose of IOlib is to be an I/O library better, more modern and more complete than the standard Common Lisp library. It contains: * a socket library * a DNS resolver * an I/O multiplexer: at the moment the implemented notification methods are: select(2), epoll(4) and kqueue(2). * a pathname library

14.6K lines of code

0 current contributors

3 months since last commit

3 users on Open Hub

Very Low Activity
3.0
   
I Use This

Kameri no Tatakai

Compare

  No analysis available

A game mixing realtime and turn-by-turn strategy, without any random, making it really deterministic and based on the player experience more than its chance. It is developed using the Objective Caml programming language, as a school project for our first year in EPITA, a french programming school.

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

Hy

Compare

  Analyzed about 24 hours ago

ὑμήνπτερόν

7.22K lines of code

15 current contributors

3 days since last commit

3 users on Open Hub

Moderate Activity
5.0
 
I Use This

GCL - GNU Common Lisp

Compare

Claimed by GNU Analyzed about 20 hours ago

698K lines of code

1 current contributors

about 1 month since last commit

3 users on Open Hub

Very Low Activity
3.0
   
I Use This
Licenses: No declared licenses
Tags lisp

Common Lisp Quick Reference

Compare

  Analyzed about 12 hours ago

Common Lisp Quick Reference is a free booklet with short descriptions of the thousand or so symbols defined in the ANSI standard. It comes with a comprehensive index. It is written in LaTeX and formatted for printing on both A4 and letter paper. After folding the sheets lengthwise, they can easily be turned into a handy booklet.

7.59K lines of code

0 current contributors

over 5 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

acl2

Compare

  Analyzed about 22 hours ago

Community ACL2 System and Books The ACL2 theorem proving environment consists of two parts: The ACL2 System and The ACL2 Books. This repository contains both. Home pages are at: http://www.cs.utexas.edu/users/moore/acl2/ (ACL2 theorem prover) https://github.com/acl2/acl2 (community system + books repository).

16.2M lines of code

26 current contributors

2 days since last commit

2 users on Open Hub

Very High Activity
0.0
 
I Use This