276 links
  • Cat's Whisker Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 4
74 results tagged programming x
  • CodeReviewComments · golang/go Wiki
    Some helpful advice for writing Go.
    Sat 02 Jan 2021 09:03:20 PM MST - permalink -
    QRCode
    - archive.org - https://github.com/golang/go/wiki/CodeReviewComments#synchronous-functions
    golang programming
  • <Now Go Bang!> BASIC (Re)Numbering - with Commodore
    A JavaScript program to renumber Commodore BASIC programs (including jump targets)
    Mon 23 Nov 2020 09:16:54 PM MST - permalink -
    QRCode
    - archive.org - https://www.masswerk.at/nowgobang/2020/commodore-basic-renumber
    basic c64 programming
  • ZZT in Go (using a Pascal-to-Go converter)
    Ben Hoyt on [semi-]automatically converting a Pascal game to Go.
    Wed 18 Nov 2020 10:59:17 PM MST - permalink -
    QRCode
    - archive.org - https://benhoyt.com/writings/zzt-in-go/
    golang pascal programming
  • GoAWK, an AWK interpreter written in Go
    Ben Hoyt's great write up of an AWK interpreter he wrote in Go, including an overview of the lexer, parser, interpreter, unit tests, and profiling for performance improvements.
    Wed 18 Nov 2020 10:26:43 PM MST - permalink -
    QRCode
    - archive.org - https://benhoyt.com/writings/goawk/
    golang programming
  • Repl.it - Home
    A rather full-featured REPL environment slash IDE for many programming languages.
    Wed 28 Oct 2020 09:07:32 PM MDT - permalink -
    QRCode
    - archive.org - https://repl.it/
    programming
  • Home - glot.io
    Calls itself "an open source pastebin with runnable snippets and API". It's a nice and useful REPL environment for many langauges. More simple than repl.it
    Wed 28 Oct 2020 09:06:43 PM MDT - permalink -
    QRCode
    - archive.org - https://glot.io/
    programming
  • xi-editor retrospective | Raph Levien’s blog
    Raph Levien's postmortem on his attempt at an high-performance, asynchronous text editor.
    Fri 18 Sep 2020 08:33:29 AM MDT - permalink -
    QRCode
    - archive.org - https://raphlinus.github.io/xi/2020/06/27/xi-retrospective.html
    programming
  • Build your own Command Line with ANSI escape codes
    Nice intro to writing basic terminal user interfaces with ANSI escape codes.
    Thu 28 May 2020 05:17:52 PM MDT - permalink -
    QRCode
    - archive.org - https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
    programming
  • Swift on Mac OS 9 // -dealloc
    On compiling a Swift program for Mac OS 9.
    Sun 05 Apr 2020 10:08:39 AM MDT - permalink -
    QRCode
    - archive.org - https://belkadan.com/blog/2020/04/Swift-on-Mac-OS-9/
    mac programming
  • git-ram-submodule - git man page generator
    Tue 04 Feb 2020 07:38:21 AM MST - permalink -
    QRCode
    - archive.org - https://git-man-page-generator.lokaltog.net/
    programming
  • Notes on structured concurrency, or: Go statement considered harmful — njs blog
    The author of Trio (Python concurrency library) explains their concept of lexically-structured concurrency
    Thu 23 Jan 2020 11:01:39 AM MST - permalink -
    QRCode
    - archive.org - https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/
    golang programming python
  • Coroutines in C
    Coroutines in C using Duff's device. See also protothreads:

    http://dunkels.com/adam/pt/
    Thu 23 Jan 2020 09:08:58 AM MST - permalink -
    QRCode
    - archive.org - https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
    c programming
  • libdill: Structured Concurrency for C
    This looks like an interesting C library for cancel-able, implicitly yielded coroutines.

    https://github.com/sustrik/libdill
    Thu 23 Jan 2020 08:36:36 AM MST - permalink -
    QRCode
    - archive.org - http://libdill.org/index.html
    C programming
  • The joy of Perl [1998]
    A reporter talks to Larry Wall (and Eric Raymond and Tim O'Reilly) at the zenith of the Perl era.
    Sat 21 Dec 2019 07:26:00 AM MST - permalink -
    QRCode
    - archive.org - https://www.salon.com/1998/10/13/feature_269/
    perl programming
  • John Graham-Cumming: The search for the "perfect" Advent Calendar (involves Python and Processing)
    Tue 17 Dec 2019 06:54:09 AM MST - permalink -
    QRCode
    - archive.org - https://blog.jgc.org/2018/12/the-search-for-perfect-advent-calendar.html
    programming
  • Why Go Is Not Good :: Will Yager
    After writing a few programs in Go, I appreciate its simplicity and how easy it is to cross-complile and deploy simple programs, but I agree its type system is a bit *too* simple.
    Sun 15 Dec 2019 12:45:02 PM MST - permalink -
    QRCode
    - archive.org - http://yager.io/programming/go.html
    golang programming
  • François Labelle's Homepage
    computational geometry, chess, running, programming...
    Thu 12 Dec 2019 08:11:25 PM MST - permalink -
    QRCode
    - archive.org - https://wismuth.com/
    chess programming
  • Exception Handling Considered Harmful
    Argument in favor of returning errors instead of raising exceptions.
    Thu 21 Nov 2019 01:24:48 PM MST - permalink -
    QRCode
    - archive.org - http://www.lighterra.com/papers/exceptionsharmful/
    programming
  • Go and Algebraic Data Types - Eli Bendersky's website
    Sum types in Go with interfaces and runtime type switches.
    Mon 21 Oct 2019 10:49:40 PM MDT - permalink -
    QRCode
    - archive.org - https://eli.thegreenplace.net/2018/go-and-algebraic-data-types/
    golang programming
  • Programmer Time Translation Table | Passion for Coding
    Mon 12 Aug 2019 01:36:31 PM MDT - permalink -
    QRCode
    - archive.org - https://coding.abel.nu/2012/06/programmer-time-translation-table/
    programming
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation