CoffeeBeagle

CoffeeBeagle @bea91e

Joined:
Aug 19, 2024

CoffeeBeagle
articles - 4 total

TypeScript Channel like go

I wanted to use channel like Golang:) ref: queue.ts import { Queue } from "queue"; import { sleep...

Learn More 0 0Jan 4

TypeScript Queue

I wanted to use queue in TypeScript. export class Queue<T> { public constructor( ...

Learn More 0 0Jan 4

Make environment to develop commonlisp with NeoVim

You can refer the document to make environment for sbcl. The plugin in...

Learn More 1 0Aug 25 '24

Debug with CommonLisp

1. Debug with print (It's easiest way) It's easy way to make a function that output...

Learn More 1 0Aug 25 '24