Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
19 results for tags functional x
  • Deriving Recursion from First Principles or Approaching the Y Combinator
    I have found the website before and noted its λ favicon, but did not bookmark it.
    Sun Feb 11 01:33:55 2024 - permalink -
    - https://lambdaland.org/posts/2023-10-03_recursion_from_first_principles
    blog functional programming
  • Rtl Power: Basic scripting.
    Rtl_power is a unix-hacker's approach to the waterfall. Its unique features include:
    - Unlimited frequency range. You can do the whole 1.7GHz of a dongle.
    - Unlimited time. At least until you run out of disk for logging.
    - Unlimited FFT bins. But in practice I don't think I've taken it above 100k bins.
    - Quantitative rendering. Exact power levels are logged.
    - Runs on anything. A slower computer will use less samples to keep up.

    The blog has a lot of other interesting articles, e.g. http://kmkeen.com/tiny-code/, http://kmkeen.com/flash-recovery/ , http://kmkeen.com/fp/ just to name a few.
    Wed Jul 13 04:10:50 2016 - permalink -
    - http://kmkeen.com/rtl-power/
    blog FFT FOSS functional programming radio software TODO
  • Matt Might's weblog
    Blog about programming (mostly in functional languages), includes tips to increase productivity, improve work-life balance and more.
    Sat Mar 8 12:10:01 2014 - permalink -
    - http://matt.might.net/#blog
    blog functional programming reading
  • Chapters - Learn You a Haskell for Great Good!
    Introduction to the Haskell programming language. Also available on paper.
    Mon May 7 15:13:25 2012 - permalink -
    - http://learnyouahaskell.com/chapters
    functional Haskell language programming TODO
  • The Evolution of a Haskell Programmer
    How many ways can you write a factorial function?
    Mon Mar 21 16:03:07 2011 - permalink -
    - http://www.willamette.edu/~fruehr/haskell/evolution.html
    functional humor programming reading
  • F# Survival Guide
    Welcome to the F# Survival Guide by John Puopolo with Sandy Squires. We wrote this book to introduce mainstream developers to the world of functional programming through the lens of F#, Microsoft's first fully-supported multi-paradigm language.
    Tue Jun 29 13:34:54 2010 - permalink -
    - http://www.ctocorner.com/fsharp/book/default.aspx
    book f# functional language OCaml programming
  • http://mythryl.org/index.html
    Interesting functional programming language based on the Standard ML implementation SML/NJ, which came from the nice folks who gave us the laser, the transistor, and Unix.
    Tue Feb 16 13:18:48 2010 - permalink -
    - http://mythryl.org/index.html
    compiler functional language programming TODO
  • Tour de Lisp: Lisper's first look at Haskell
    On my reading list.
    Mon May 4 14:22:41 2009 - permalink -
    - http://tourdelisp.blogspot.com/2008/03/lisper-first-look-at-haskell.html
    common-lisp functional Haskell language lisp programming
  • atom hardware description language
    Atom is a DSL embedded in Haskell used to describe synchronous reactive software systems, primarily intended for realtime control applications. Based on conditional term rewriting, an atom description is composed of a set of rules that defines the state transition behavior of the system at periodic intervals. Other functional HDLs, now abandoned, from the same author: Confluence, HDCaml.
    As od 2015-03-25, the domain is no longer in use.
    Tue Dec 2 14:28:31 2008 - permalink -
    - http://funhdl.org/wiki/doku.php
    electronics functional hardware language tool
  • ArcLite - Arc Ported to JavaScript
    So, Arc came out about a week ago, and I tried to stay away, but it was just too tempting. I ended up spending a week porting it to JavaScript.
    Wed Feb 13 18:04:48 2008 - permalink -
    - http://halogen.note.amherst.edu/~jdtang/arclite/
    functional hack JavaScript language lisp
  • Lambda Associates Home Page
    Interesting work on Qi, a language based on Common Lisp which incorporates features such as (optional) type checking, pattern matching similar to those in ML and Haskell and logical programming (Prolog).
    As of 2025-02-07, the domain name has been taken over by an indonesian site. Mark Tarver, the author of Qi has created a successor called Shen: https://shenlanguage.org/
    Mon Feb 11 14:43:40 2008 - permalink -
    - http://www.lambdassociates.org/
    common-lisp compiler functional implementation language lisp
  • funHDL [funHDL]
    Augmenting Hardware Design with Functional Languages. A series of functional languages for hardware design. Confluence and HDLcaml (sp?) were based on OCaml, the newest called "Atom" is based on Haskell.
    Tue May 29 15:17:17 2007 - permalink -
    - http://www.confluent.org/wiki/doku.php#functional_hdls
    electronics functional hardware language programming TODO tool
  • A Neighborhood of Infinity
    Blog about mathematics, including applications.
    Wed Mar 14 18:46:44 2007 - permalink -
    - http://sigfpe.blogspot.com/
    blog functional mathematics physics programming TODO
  • Quantum hype programming musings
    Blog article about quantum computing, discussion D-wave's controversial claims and mentioning Structure and Interpretation of Quantum Mechanics, a conference paper describing a way to model quantum mechanics in Haskell.
    Tue Mar 13 12:26:42 2007 - permalink -
    - http://jaortega.wordpress.com/2007/02/18/quantum-hype/
    algorithm functional programming quantum
  • programming musings
    Neat blog about programming, including Lisp, Smalltalk, Alan Kay's new Albert and more. The author also has a physics blog with good book tips.
    Tue Mar 13 12:13:04 2007 - permalink -
    - http://jaortega.wordpress.com/
    blog common-lisp emacs functional language lisp mathematics programming Scheme science smalltalk software squeak TODO
  • Lambda the Ultimate | Programming Languages Weblog
    Interesting blog about functional languages and those with fuctional features, such as Lisp.
    Tue Mar 6 15:05:42 2007 - permalink -
    - http://lambda-the-ultimate.org/
    blog common-lisp functional language lisp programming software
  • Jeremy Gibbons' Publications
    Found this page when looking for a Spigot algorithm for pi, but has also an article about using formal methods in the development of the Transputer Floating Point Unit.
    Wed Feb 14 17:55:43 2007 - permalink -
    - http://web.comlab.ox.ac.uk/oucl/work/jeremy.gibbons/publications/index.html#spigot
    algorithm functional language mathematics pi programming π
  • defmacro - Functional Programming For The Rest of Us
    A nice article about the advantages of functional programming.
    Thu Nov 9 18:03:56 2006 - permalink -
    - http://www.defmacro.org/ramblings/fp.html
    erlang functional lisp programming TODO
  • Why Functional Programming Matters
    Recommended by Nick Allen
    Thu Nov 9 17:42:52 2006 - permalink -
    - http://www.math.chalmers.se/~rjmh/Papers/whyfp.html
    Allen functional programming writing
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.