Tags : Browse Projects

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

Racket

Compare

  Analyzed about 12 hours ago

Programming language suitable for implementation tasks ranging from scripting to application development, and supporting the creation of new programming languages. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, and various other tools.

3.22M lines of code

115 current contributors

about 22 hours since last commit

40 users on Open Hub

High Activity
4.21429
   
I Use This

Jifty

Compare

  Analyzed about 22 hours ago

Jifty is a way to build web applications.

72K lines of code

0 current contributors

almost 9 years since last commit

19 users on Open Hub

Inactive
5.0
 
I Use This

Weblocks

Compare

  Analyzed about 4 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

Apache Commons Javaflow

Compare

Claimed by Apache Software Foundation Analyzed about 6 hours ago

Sometimes it is usefull if we can capture the state of the application, its stack of function calls, which includes local variables, the global variables and the program counter, and save them into an object. If this object would give us the ability to restart the processing from the point stored in ... [More] it. A continuation is exactly the type of object that we need. Think of a continuation as an object that, for a given point in your program, contains a snapshot of the stack trace, including all the local variables, and the program counter. You can not only store these things in the continuation object, but also restore the execution of the program from a continuation object. This means that the stack trace and the program counter of the running program become the ones stored in a continuation [Less]

3.39K lines of code

0 current contributors

almost 10 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

nagare

Compare

  Analyzed 1 day ago

Nagare is an Open-Source Python framework dedicated to web applications development. Its set of advanced features as continuation, direct callbacks registration, programmatic HTML generation, combined with its strong components model allow to quickly and easily build highly complex and reusable applications.

25.2K lines of code

1 current contributors

19 days since last commit

3 users on Open Hub

Very Low Activity
5.0
 
I Use This

Sefirs

Compare

  Analyzed about 10 hours ago

Sefirs provides a Java Thread-like class that executes over simulated time. Time units are user-definable, there is no time quanta, and neither changes to the VM nor pre-processing (like bytecode re-writers) are required. Sefirs accomplishes this by providing a framework for native thread-based continuations in Java.

4.42K lines of code

0 current contributors

over 14 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Continuity

Compare

  Analyzed about 11 hours ago

Continuity uses a programming concept called continuations to make HTTP seem like a statefull protocol instead of stateless protocol. This technique is increasingly called creating a Continuation Server. Continuity is a suite of Perl libraries (not a framework) for building a highly structured ... [More] web-based interface for your application, without using ad-hoc state management. Continuity is Free Software, distributed under the same terms as Perl itself. [Less]

4.85K lines of code

0 current contributors

almost 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

jyield

Compare

  No analysis available

jyield aims to provide java continuations support similar to c# yield coroutines. The methods annotated with @Continuable are transformed in runtime or optionally in compile time.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2