Menu
Submit Site
Home
Computer
Programming
All sites of Programming
Headstart Engineering
Headstart Engineering- A consulting company provide custom LabVIEW solutions for ATE, research and development, and Manufacturing. Also provide Graphical User Interfaces in Chinese. Located in San Jose, California. ...
Summit Technology Services, Inc. - NI Alliance
Summit Technology Services, Inc. - NI Alliance- Providing manufacturing, engineering, and National Instruments' hardware and software development services and support. LabVIEW expertise. ...
LabVIEW FAQ
LabVIEW FAQ- Archived frequently asked questions, online and downloads: HTML, PDF. ...
LabVIEW Insights
LabVIEW Insights- Tips, tricks, reviews. ...
LabVIEW Tutorials
LabVIEW Tutorials- Series of tutorials for beginners, as downloadable PDF files. [University of Toronto] ...
Singapore LabVIEW User Group
Singapore LabVIEW User Group- Meets quarterly in Singapore. Includes meeting schedules and past meeting presentation archives. ...
LabVIEW Advanced Virtual Architects (LAVA)
LabVIEW Advanced Virtual Architects (LAVA)- Group of advanced users that exchanges ideas on programming and system development. Includes a forum, mailing lists, and meeting information for northern and southern Californi ...
TUNES Project
TUNES Project- Open source resource for learning about programming languages and operating systems. Led by French OS philosopher Fare'. Some 2,000 links. ...
UniOS: A Concept OS
UniOS: A Concept OS- Merging with TUNES. Some useful ideas with very clear, well written explanations, and links. No code. ...
LispOS Project
LispOS Project- Goal: reflective OS based on LISP. Mostly merged with TUNES. No code, but many ideas politely presented in a fascinating archived mail list. Mail list archives. ...
Arc
Arc- Lisp dialect by Paul Graham; readings in: design philosophy, lessons, why it isn't especially object-oriented, FAQ. Open source, Perl Artistic License. ...
Arc Forum
Arc Forum- Newbie-friendly community, because all Arc users are new to some extent. User forums with many threads. Open source, Perl Artistic License. ...
Wikipedia: Paul Graham
Wikipedia: Paul Graham- Encyclopedia article, with links to many related topics. ...
Rob Blackwell
Rob Blackwell- Weblog on development, news, views, software experiments, by L Sharp author. ...
SourceForge.net: L Sharp
SourceForge.net: L Sharp- Project page, with downloads, repositories, forum. ...
Wikipedia: Robert Tappan Morris
Wikipedia: Robert Tappan Morris- Encyclopedia article, with links to many related topics. ...
Robert Morris
Robert Morris- Page at Massachusetts Institute of Technology, Computer Science and Artificial Intelligence Laboratory (CSAIL), in the PDOS group, of main Arc coauthor. Contact information, list of publications, talks. ...
Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp
Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp- By Peter Norvig; Morgan Kaufmann, 1992, ISBN 1558601910. Overview of classical AI programming, valuable history lessons, basic introduction t ...
ANSI Common Lisp
ANSI Common Lisp- By Paul Graham; Prentice Hall, 1995, ISBN 0133708756. Tutorial introduction of essential Lisp programming concepts, plus a convenient, up-to-date reference manual, for ANSI CL. ...
On Lisp
On Lisp- By Paul Graham; Prentice Hall, 1993, ISBN 0130305529. Thorough study of advanced methods, with bottom-up programming as unifying theme. First full description of macros and their uses. Covers important topics re ...
The Common Lisp Cookbook
The Common Lisp Cookbook- Collaborative project; goal: write for CL a work similar to O'Reilly Media's Perl Cookbook. ...
Practical Common Lisp
Practical Common Lisp- By Peter Seibel; Apress, 2005, ISBN 1590592395. Focus: putting CL to practical use with example projects: spam filter, ID3 parser, Shoutcast server. Source code downloads. Full version online. ...
Lisp Books and Information
Lisp Books and Information- Guide to online Lisp resources. ...
Common Lisp: A Gentle Introduction to Symbolic Computation
Common Lisp: A Gentle Introduction to Symbolic Computation- By David S. Touretzky; Benjamin-Cummings, 1989, ISBN 0805304924. Fine introduction for beginners; even one who never programmed before in any language will be a ...
Object-Oriented Common Lisp
Object-Oriented Common Lisp- By Stephen Slade; Prentice Hall PTR, 1998, ISBN 0136059406. Likely the best book available on using a CL environment for uses other than AI programming. ...
Clojure
Clojure- The official language homepage, with source code, binaries, documentation, community links, news, and wiki. ...
ClojureDocs
ClojureDocs- A community-powered repository of documentation and examples for the Clojure programming language. Includes a quick reference for the Core language, as well as documentation for the community-provided Contri ...
Planet Clojure
Planet Clojure- Provides a current, aggregated feed of Clojure content from the language's contributors and programmers. ...
Incanter
Incanter- An R-like platform for statistical computing and graphics using Clojure. Software, documentation, tutorials, and community links are provided. ...
Learn Clojure
Learn Clojure- An organized collection of learning resources for Clojure, including instructions for development environment setup, videos, tutorials, books, and community links. ...
4Clojure
4Clojure- An online learning resource for the Clojure language, enabling users to try over 150 problems of various difficulty at their own pace, and share solutions with other learners. ...
The Clojure Toolbox
The Clojure Toolbox- A categorised listing/directory of libraries and tools for the Clojure programming language. ...
ClojureScript
ClojureScript- ClojureScript is a dialect having most features of Clojure, that compiles to JavaScript. Provided here are documentation, tutorials, and code. ...
Try Clojure
Try Clojure- Provides an interactive Clojure shell via your web browser, to try out the language with immediate feedback. ...
Clojure for the Brave and True
Clojure for the Brave and True- A free, extensive online book for newcomers to the Clojure language. ...
Clojure Cookbook
Clojure Cookbook- The free/open-source home of O'Reilly's Clojure Cookbook, with all code and most text from the printed book. ...
Grimoire - Community Clojure Documentation
Grimoire - Community Clojure Documentation- An online dynamic cheatsheet for the Clojure language, including search and examples. ...
Implementation of DBC
Implementation of DBC- Document and source code on implementation of DBC for CLOS. ...
MetaObject Protocol: MOP
MetaObject Protocol: MOP- CLOS MOP specification. ...
CLOS
CLOS- Growing article, with links to many related topics. Wikipedia. ...
Common Lisp to C Compiler: CLiCC
Common Lisp to C Compiler: CLiCC- Not a CL system, compiles Lisp programs into working C programs; is coded in Lisp; supports strict, very large subset of CL + CLOS. Descriptions, documents, downloads. [Open Source, GPL] ...
Corman Technologies
Corman Technologies- Corman Lisp and PowerLisp compilers with support for 68k and PPC Macs. [Shareware/Freeware for personal use] ...
Opus
Opus- A version of Berkeley Franz Lisp for 386-based NetBSD systems. ...
Scieneer Common Lisp: SCL
Scieneer Common Lisp: SCL- Multi-threaded CL, supports symmetrical multiprocessor (SMP) Unix systems. ...
CMU Common Lisp: CMUCL
CMU Common Lisp: CMUCL- CL implementation, runs on most major Unix platforms, mainly conforms to ANSI CL standard; fast compiler outputs native code, of near C speed; powerful module system, data structures. [Freeware] ...
Ufasoft Lisp
Ufasoft Lisp- Common Lisp development system. Includes command-line and IDE interpreters. Possibility of creating EXE-files. [Free non-commercial and education use] ...
ECoLisp: ECL
ECoLisp: ECL- Embeddable Common Lisp, implementation to embed in C-based programs; FTP site. ...
GNU Common Lisp: GCL
GNU Common Lisp: GCL- FTP site, many downloads. [Open Source, GPL] ...
LispWorks Ltd.
LispWorks Ltd.- ANSI CL and IDE with cross-platform GUI tools for Linux, Mac OS X, Unix, Windows. Related products and services. Free and commercial versions. ...
librep
librep- Shared library implementing Lisp dialect that is lightweight, fairly fast, highly extensible. Has interpreter, byte-code compiler, virtual machine. Programs may use interpreter as an extension language, or it may ...
« First
Previous
Page 107 of 145.
Next
Last »
Latest sites from Programming
Wikipedia - Computer Programming
Reddit: Programming
Gamedev.org
GameDev.net
Dis6502
Ada-Tools
JSW Technology
UniquE RAR File Library
MyLibC
The Endpoint Library
WM_MOTIF
Matrix2D
LZO
Enumerating Objects with .NET
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
C# XML Directory Lister
Creating a control with the .NET SDK using C#
libspopc
libZI
IRCG
Better String Library
Fingerprint Verification System
GNU Scientific Library
jclassinfo
ForbiSoft
Send feedback
submit