Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Tail call optimisation in C++

This series: Lightning talk, Explanation, Performance, Generalisation. Some programming languages make recursive programming more practical by providi… ...more

April 30, 2012 [C++, Programming Languages, Scheme, Tech]
Lighting talk - Tail call optimisation in C++

This series: Lightning talk, Explanation, Performance, Generalisation. Update: watch the video Here's the lightning talk I gave at the ACCU 2012 Confe… ...more

April 27, 2012 [C++, Programming Languages, Scheme, Tech]
Scheme: pairs, lists and recursion

Update: watch the video In this series on Scheme: Intro, Basics, Closures. Here's a presentation I did recently, on the basics of the Scheme programmi… ...more

April 24, 2012 [Lisp, Programming Languages, Scheme, Tech]
What timezone Python thinks I'm in

sudo aptitude install python-dateutil python -c "import dateutil.tz; import datetime; print datetime.datetime.now( dateutil.tz.tzlocal() ).tzname()" ...more

April 18, 2012 [Python, Tech]
Freeview dvb-t scan gives "tuning failed!!!" after 18th April switchover

Usually when the channel lineup changes, I just have to do this:$ scan /usr/share/dvb/dvb-t/uk-CrystalPalace > ~/.mplayer/channels.conf But this ti… ...more

April 18, 2012 [Tech]
1 2 ...9495969798 ... 121 122
Recent
Implementing gunzip from scratch in Rust
Jez returns for programming language chat!
Announcing Changelog Builder - a towncrier clone for building changelogs
Using anyhow to handle errors in my Rust changelog builder
A simpler blog comment system
Building a Rust commandline tool: a towncrier clone
The billion row challenge: splitting lines using SIMD in Rust
Rust: reading very large files for the billion row challenge
Parsing whole lines of the Billion Row Challenge
Improving our billion-row parsers and benchmarks
Making our own String type in Rust
Writing a Snake game in Rust/WASM
Talking to localhost from inside an Android emulator
Rust: compiling to WASM to make a browser-based game using canvas
Billion row challenge: parsing temperatures fast(ish)

Your comment

Comments welcome. I review them manually, so will be a delay before they appear.

Markdown is allowed.

To prevent spam, please type 'Scheme' below:

Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge