al3x + programming   244

The Katana Programming Language
"combine JavaScript’s semantics with C’s performance and predictability"
c  javascript  language  programming 
10 days ago by al3x
Squirrel - The Programming Language
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
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
"makes it easier to use Clojure rather than Scheme while working through SICP"
book  clojure  lisp  programming 
4 weeks ago by al3x
Cubism.js
"a D3 plugin for visualizing time series"
d3  javascript  library  programming  visualization  from readability
4 weeks ago by al3x
circa - Introduction
"a language designed for live coding
language  programming  visual  state 
5 weeks ago by al3x
functional-koans/clojure-koans · GitHub
"A set of exercises for learning Clojure"
clojure  programming  koan 
5 weeks ago by al3x
(Field)
"a development environment for experimental code and digital art "
art  processing  programming  python  visualization  editor 
5 weeks ago by al3x
CodeMirror
"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
"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
"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
RT @swannodette: new site celebrating Professor John McCarthy's life work
lisp  programming  history 
7 weeks ago by al3x
Evlan
"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
"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
"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
"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
"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
"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
"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
"A language made for Java developers."
eclipse  java  jvm  programming 
november 2011 by al3x
maru - A metacircular s-expression evaluator and compiler
"a symbolic expression evaluator that can compile its own implementation language"
programming  language  sexp 
october 2011 by al3x
repl.it
Web-based REPLs for various languages.
javascript  programming  python  repl  ruby 
september 2011 by al3x
Thorn
"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
"a resource to help fledgling clojurians learn the language through interactive problems"
clojure  problems  programming  tutorial 
september 2011 by al3x
contracts.coffee
"a dialect of CoffeeScript with built-in support for contracts"
coffeescript  javascript  contracts  programming 
august 2011 by al3x
Bandicoot
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
"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
"a compiled language for real-time audio signal processing"
audio  programming  dsp  language 
april 2011 by al3x
How to write a Haskell program - HaskellWiki
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
"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
"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
"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
"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
"a language designed for generic programming"
language  programming  c  systems 
july 2010 by al3x
Programming Language for Old Timers
"emphasizes cleanliness, flexibility, and extensibility [...] sports a more conventional-looking syntax than classic Lisp"
lisp  programming  language  history 
may 2010 by al3x
Coding Kata
"Train your programming skills with ready-made 'Code Katas' and learn from fellow coders' solutions!"
programming  practice  education  kata 
april 2010 by al3x
Frink
"a practical calculating tool and programming language designed to make physical calculations simple"
programming  language  calculation  units 
april 2010 by al3x
shannon
"a new general purpose stream-oriented programming language"
programming  language  stream  minimal 
march 2010 by al3x
Piet (programming language)
"an esoteric programming language whose programs are bitmaps that look like abstract art"
programming  language  art  bitmap  graphical 
march 2010 by al3x
Pegasus Project
"the first profound and usable natural language programming system"
programming  language  naturalistic  humane 
february 2010 by al3x
π Programming Language
"There is only one language construct in π: the pattern"
language  programming  pattern  naturalistic 
february 2010 by al3x
What Does Functional Programming Mean?
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
web-based encyclopedia of programming languages
programming  language  wiki 
november 2009 by al3x
The Present of D
Yikes. D sounds interesting, but this is pretty unappealing stuff.
d  language  criticism  programming 
november 2009 by al3x
Langref
"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
Zimbu
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
Sleep Java Scripting Language
"a multi-paradigm scripting language for the Java Platform"
jvm  language  programming  scripting 
september 2009 by al3x
« earlier      

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:



description:


tags: