al3x + programming 244
The Katana Programming Language
10 days ago by al3x
"combine JavaScript’s semantics with C’s performance and predictability"
c
javascript
language
programming
10 days ago by al3x
Squirrel - The Programming Language
10 days ago by al3x
a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games
c
language
programming
dynamic
10 days ago by al3x
*JS : Low-Level JavaScript
12 days ago by al3x
a typed dialect of JavaScript that offers a C-like type system with manual memory management
javascript
programming
compiler
memory
12 days ago by al3x
SICP in Clojure
4 weeks ago by al3x
"makes it easier to use Clojure rather than Scheme while working through SICP"
book
clojure
lisp
programming
4 weeks ago by al3x
Cubism.js
4 weeks ago by al3x
"a D3 plugin for visualizing time series"
d3
javascript
library
programming
visualization
from readability
4 weeks ago by al3x
circa - Introduction
5 weeks ago by al3x
"a language designed for live coding
language
programming
visual
state
5 weeks ago by al3x
functional-koans/clojure-koans · GitHub
5 weeks ago by al3x
"A set of exercises for learning Clojure"
clojure
programming
koan
5 weeks ago by al3x
(Field)
5 weeks ago by al3x
"a development environment for experimental code and digital art "
art
processing
programming
python
visualization
editor
5 weeks ago by al3x
CodeMirror
5 weeks ago by al3x
"a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content"
code
editor
javascript
programming
5 weeks ago by al3x
Python Data Analysis Library — pandas: Python Data Analysis Library
6 weeks ago by al3x
"an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language"
analytics
library
programming
python
data
6 weeks ago by al3x
The Programming Languages Beacon
6 weeks ago by al3x
"a list of major software products or utilities, with details about the programming languages used to implement them"
programming
reference
language
list
6 weeks ago by al3x
Professor John McCarthy
7 weeks ago by al3x
RT @swannodette: new site celebrating Professor John McCarthy's life work
lisp
programming
history
7 weeks ago by al3x
Evlan
8 weeks ago by al3x
"a programming language and a virtual machine, similar to Java/JVM or C#/.NET, but with many advantages. While Java and C# are essentially small extensions to the 35-year-old C/C++ software paradigm, Evlan makes a point of being very different. Evlan attempts to take many of the cutting-edge ideas in the programming language world today and combine them into one unified system"
programming
language
functional
capabilities
8 weeks ago by al3x
pretty-LISP
12 weeks ago by al3x
"takes [LISP] code and replaces the parentheses with SVG rect elements, enhancing LISP's natural symmetry"
code
editor
lisp
programming
12 weeks ago by al3x
Idris
january 2012 by al3x
"a general purpose pure functional programming language with dependent types. Dependent types allow types to be predicated on values, meaning that some aspects of a program’s behaviour can be specified precisely in the type. It is compiled, with eager evaluation. Its features are influenced by Haskell and ML"
functional
programming
language
dependent
from instapaper
january 2012 by al3x
Julia
january 2012 by al3x
"a high-level, high-performance dynamic language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library"
language
programming
llvm
math
fortran
january 2012 by al3x
Plof
january 2012 by al3x
"an extremely flexible programming language, and an experiment in pushing this flexibility to its logical extreme"
language
prototype
programming
january 2012 by al3x
The Ciao System
january 2012 by al3x
"a general-purpose programming language which supports logic, constraint, functional, higher-order, and object-oriented programming styles. Its main design objectives are high expressive power, extensibility, safety, reliability, and efficient execution."
programming
language
logic
constraint
prolog
from instapaper
january 2012 by al3x
The Icon Programming Language
december 2011 by al3x
"a high-level, general-purpose programming language with a large repertoire of features for processing data structures and character strings. Icon is an imperative, procedural language with a syntax reminiscent of C and Pascal, but with semantics at a much higher level."
language
programming
imperative
procedural
from instapaper
december 2011 by al3x
Eclipse Xtend
november 2011 by al3x
"A language made for Java developers."
eclipse
java
jvm
programming
november 2011 by al3x
maru - A metacircular s-expression evaluator and compiler
october 2011 by al3x
"a symbolic expression evaluator that can compile its own implementation language"
programming
language
sexp
october 2011 by al3x
repl.it
september 2011 by al3x
Web-based REPLs for various languages.
javascript
programming
python
repl
ruby
september 2011 by al3x
Thorn
september 2011 by al3x
"a dynamically-typed concurrent language in which lightweight isolated processes communicate by message passing. Thorn includes powerful aggregate data types, a class-based object system, first-class functions, an expressive module system, and a variety of features supporting the gradual evolution of prototype scripts into robust programs."
programming
dynamic
language
jvm
september 2011 by al3x
4clojure
september 2011 by al3x
"a resource to help fledgling clojurians learn the language through interactive problems"
clojure
problems
programming
tutorial
september 2011 by al3x
contracts.coffee
august 2011 by al3x
"a dialect of CoffeeScript with built-in support for contracts"
coffeescript
javascript
contracts
programming
august 2011 by al3x
Programming Languages Reference Sheets - Hyperpolyglot
august 2011 by al3x
"syntax for common tasks in a side-by-side format"
language
programming
reference
from instapaper
august 2011 by al3x
Bandicoot
july 2011 by al3x
a programming system with a new set-based programming language, persistency capabilities, and run-time environment. The language is similar to general purpose programming languages where you write functions/methods and access data through variables.
language
programming
data
set
july 2011 by al3x
altJS
may 2011 by al3x
"a place to keep up with what's new in altJS, and to connect with other practitioners"
javascript
language
programming
compiler
list
translation
may 2011 by al3x
Faust
april 2011 by al3x
"a compiled language for real-time audio signal processing"
audio
programming
dsp
language
april 2011 by al3x
How to write a Haskell program - HaskellWiki
april 2011 by al3x
What an amazing resource. Every language needs a definitive, well-maintained guide like this one.
functional
haskell
howto
programming
tutorial
april 2011 by al3x
spsc - A Small Positive Supercompiler in Scala, Haskell, Python & Ruby - Google Project Hosting
march 2011 by al3x
"A supercompiler is a program transformer that traces the possible generalized histories of computation by the source program, and builds an equivalent target program, whose structure is, in a sense, "simpler" than the structure of the source program. The simplification is achieved by removing certain "redundant" actions from the source program."
haskell
programming
scala
compiler
supercompiler
march 2011 by al3x
SDF: Modular Syntax Definition Formalism
january 2011 by al3x
"allows a concise and natural expression of the syntax of a context-free language"
programming
language
syntax
formalism
grammar
context-free
from instapaper
january 2011 by al3x
Qi
october 2010 by al3x
"an award-winning functional programming language that offers the best of Common Lisp with the advantages of pattern matching, l calculus consistency, and optional static type checking. It uses sequent calculus notation to define types, and has the most powerful type system of any existing functional language, including ML and Haskell."
functional
lisp
opensource
programming
language
october 2010 by al3x
Chapel Programming Language
august 2010 by al3x
"an emerging parallel programming language whose design and development is being led by Cray Inc. Chapel is being developed as an open-source effort with contributions from academia, industry, and scientific computing centers"
language
parallel
programming
from instapaper
august 2010 by al3x
Clay Programming Language
july 2010 by al3x
"a language designed for generic programming"
language
programming
c
systems
july 2010 by al3x
Programming Language for Old Timers
may 2010 by al3x
"emphasizes cleanliness, flexibility, and extensibility [...] sports a more conventional-looking syntax than classic Lisp"
lisp
programming
language
history
may 2010 by al3x
Coding Kata
april 2010 by al3x
"Train your programming skills with ready-made 'Code Katas' and learn from fellow coders' solutions!"
programming
practice
education
kata
april 2010 by al3x
Frink
april 2010 by al3x
"a practical calculating tool and programming language designed to make physical calculations simple"
programming
language
calculation
units
april 2010 by al3x
shannon
march 2010 by al3x
"a new general purpose stream-oriented programming language"
programming
language
stream
minimal
march 2010 by al3x
Piet (programming language)
march 2010 by al3x
"an esoteric programming language whose programs are bitmaps that look like abstract art"
programming
language
art
bitmap
graphical
march 2010 by al3x
Pegasus Project
february 2010 by al3x
"the first profound and usable natural language programming system"
programming
language
naturalistic
humane
february 2010 by al3x
π Programming Language
february 2010 by al3x
"There is only one language construct in π: the pattern"
language
programming
pattern
naturalistic
february 2010 by al3x
What Does Functional Programming Mean?
february 2010 by al3x
There are many de facto definitions, all of which fail to identify the important point to functional programming.
functional
presentation
programming
february 2010 by al3x
Progopedia
november 2009 by al3x
web-based encyclopedia of programming languages
programming
language
wiki
november 2009 by al3x
The Present of D
november 2009 by al3x
Yikes. D sounds interesting, but this is pretty unappealing stuff.
d
language
criticism
programming
november 2009 by al3x
Langref
october 2009 by al3x
"a repository of some standard programming situations you might encounter and their solutions in a variety of languages"
programming
language
reference
social
october 2009 by al3x
Lucid (programming language) - Wikipedia, the free encyclopedia
october 2009 by al3x
a dataflow programming language
language
programming
dataflow
october 2009 by al3x
Zimbu
october 2009 by al3x
an experimental programming language. It is a very practical, no-nonsense kind of language. It mixes the good things of many existing languages and avoids their deficiencies. And then throws in a few brand new ideas.
language
programming
vim
october 2009 by al3x
in which the effects of distance are reduced - Technomancy
october 2009 by al3x
Remote pair programming with Emacs.
emacs
remote
pair
programming
october 2009 by al3x
Sleep Java Scripting Language
september 2009 by al3x
"a multi-paradigm scripting language for the Java Platform"
jvm
language
programming
scripting
september 2009 by al3x
related tags
actor ⊕ ada ⊕ advice ⊕ aesthetics ⊕ aggregator ⊕ al3x ⊕ algorithm ⊕ analytics ⊕ apple ⊕ architecture ⊕ art ⊕ article ⊕ assembly ⊕ audio ⊕ benchmark ⊕ bigraph ⊕ bitmap ⊕ blog ⊕ bloomfilter ⊕ book ⊕ business ⊕ c ⊕ calculation ⊕ calculator ⊕ capabilities ⊕ cheatsheet ⊕ check ⊕ chrome ⊕ clojure ⊕ clos ⊕ clr ⊕ cobra ⊕ cocoa ⊕ code ⊕ coffeescript ⊕ collaboration ⊕ collaborative ⊕ color ⊕ community ⊕ comparison ⊕ compiler ⊕ compsci ⊕ concatenative ⊕ concurrency ⊕ conference ⊕ constraint ⊕ contest ⊕ context-free ⊕ contracts ⊕ couchdb ⊕ crash ⊕ criticism ⊕ cryptography ⊕ css ⊕ culture ⊕ d ⊕ d3 ⊕ data ⊕ database ⊕ dataflow ⊕ datastructure ⊕ deanwampler ⊕ debugging ⊕ dependent ⊕ design ⊕ directory ⊕ distributed ⊕ documentation ⊕ dsl ⊕ dsp ⊕ dylan ⊕ dynamic ⊕ eclipse ⊕ economics ⊕ editor ⊕ education ⊕ emacs ⊕ emerging ⊕ enquiry ⊕ erlang ⊕ errors ⊕ esoteric ⊕ event ⊕ formalism ⊕ forth ⊕ fortran ⊕ framework ⊕ free ⊕ frequency ⊕ functional ⊕ game ⊕ git ⊕ go ⊕ golang ⊕ grammar ⊕ graph ⊕ graphical ⊕ graphics ⊕ guardian ⊕ hardware ⊕ haskell ⊕ hiring ⊕ history ⊕ hopl ⊕ hosting ⊕ howto ⊕ html ⊕ humane ⊕ humor ⊕ ide ⊕ idea ⊕ imperative ⊕ implementation ⊕ implicit ⊕ infosec ⊕ inspiration ⊕ internals ⊕ interpreter ⊕ interview ⊕ introductory ⊕ io ⊕ iphone ⊕ java ⊕ javascript ⊕ jit ⊕ jvm ⊕ kata ⊕ kernel ⊕ koan ⊕ lambda ⊕ language ⊕ lexer ⊕ library ⊕ lil ⊕ link ⊕ linker ⊕ linter ⊕ lisp ⊕ list ⊕ llvm ⊕ logic ⊕ lua ⊕ mac ⊕ macmini ⊕ markup ⊕ math ⊕ memory ⊕ messaging ⊕ metaprogramming ⊕ microsoft ⊕ minimal ⊕ mobile ⊕ mono ⊕ mysql ⊕ namespace ⊕ naturalistic ⊕ network ⊕ nginx ⊕ notes ⊕ nu ⊕ object ⊕ objective-c ⊕ ocaml ⊕ olpc ⊕ opensource ⊕ optimization ⊕ oreilly ⊕ osx ⊕ pair ⊕ parallel ⊕ parser ⊕ parsing ⊕ pattern ⊕ pcap ⊕ performance ⊕ perl ⊕ philosophy ⊕ practice ⊕ presentation ⊕ probability ⊕ problems ⊕ procedural ⊕ processing ⊕ programming ⊖ prolog ⊕ prototype ⊕ puzzle ⊕ python ⊕ quality ⊕ quartzcomposer ⊕ question ⊕ quotes ⊕ rails ⊕ reading ⊕ reference ⊕ regex ⊕ reia ⊕ remote ⊕ repl ⊕ research ⊕ reversing ⊕ review ⊕ rmagick ⊕ ruby ⊕ ruby1.9 ⊕ scala ⊕ scalability ⊕ scheme ⊕ scm ⊕ scripting ⊕ sdk ⊕ security ⊕ selector ⊕ self ⊕ sentiment ⊕ set ⊕ sexp ⊕ sf ⊕ simbl ⊕ singleserving ⊕ slides ⊕ smalltalk ⊕ snippet ⊕ soa ⊕ social ⊕ source ⊕ state ⊕ statistics ⊕ stlouis ⊕ stream ⊕ supercompiler ⊕ svn ⊕ symbian ⊕ syntax ⊕ systems ⊕ technology ⊕ testing ⊕ text ⊕ tip ⊕ tools ⊕ toread ⊕ translation ⊕ trends ⊕ tutorial ⊕ typing ⊕ uk ⊕ units ⊕ unix ⊕ via:coda ⊕ via:eweaverp ⊕ video ⊕ vim ⊕ visual ⊕ visualization ⊕ web ⊕ webapp ⊕ wiki ⊕ word ⊕ xml ⊕ xss ⊕Copy this bookmark: