Languages
- 41
- Ron Heuse
- Collected information on approximately 2350 computer programming languages, including timeline.
- 43
- Bell Labs and CSP Threads
- Resources about threaded programming in the Bell Labs CSP style, by Russ Cox: history, principles and style of concurrent programming practiced at Bell Labs.
- 44
- ChucK
- Concurrent, time-based, on-the-fly, audio programming language, supports precise, fundamental level of expressiveness, multiple, simultaneous, dynamic control rates, ability to add, remove, modify code as programs run.
- 45
- Communicating Sequential Processes
- CSP is a language for describing patterns of interaction. A book by Tony Hoare introducing the language and the mathematical theory behind it is available in PDF format.
- 46
- Esterel
- One of a family of synchronous languages which are particularly well-suited to programming reactive systems, including real-time systems and control automata.
- 47
- Go Programming Language Resources
- Documentation, syntax highlighting files for various editors and IDEs, links to Go libraries and bindings to C libraries, etc.
- 48
- Joule
- The Joule system is a foundation for building distributed applications. Joule Quick Reference 1.0 and The Joule Manual, divided into chapters as PDF files.
- 50
- Linda
- Simple library implementation of the Linda parallel programming system. SourceForge project page: downloads, forum and CVS.
- 51
- MC# Multiprocessor C#
- MC# (Multiprocessor C#) is a high-level object-oriented language based on .NET platform made for developing complex industrial program systems that can use multiprocessors.
- 52
- NesC
- A language for Deeply Networked Systems, implemented as a C extension based on structuring concepts and execution model of TinyOS, an event-driven OS for sensor network nodes with very limited resources: 8K bytes program memory, 512 bytes RAM.
- 53
- Petri Nets World
- Petri Nets is a formal and graphical appealing language which is appropriate for modelling systems with concurrency.
- 54
- The Alef Concurrent Programming Language
- Papers describing Plan 9's Alef programming language by Phil Winterbottom.
- 56
- Book: Foundations of Constraint Satisfaction
- Description of book, Academic Press, release 1993: programs from book.
- 57
- Brandeis Interval Arithmetic Constraint Solver
- Java applet that solves non-linear real arithmetic constraints.
- 58
- Cassowary
- Incremental constraint solving toolkit, efficiently solves systems of linear equalities, inequalities. Constraints can be requirements or preferences. Client code specifies constraints to maintain, and the solver updates constrained variables to have values that satisfy the constraints.
- 59
- Constraints for the Web
- Constraints can specify desired layout of web documents, and behavior of embedded applets: 2 system architectures where author and viewer can make layout constraints, needed and optional. Final appearance of page comes from negotiation between author and viewer, via solving all the constraints.