Jack Rusher

Results 20 issues of Jack Rusher

[Julia](https://docs.julialang.org/en/stable/manual/metaprogramming/#macros) is essentially another infix lisp with macro facilities, targeted at scientific computing.

This adds a `browser` subdirectory with everything needed to boot an emulated Pentium with SeaBIOS and a VGA BIOS that tries to load a bootable hard drive image from the...

Under these circumstances, it's impossible to trust his judgement. 😹

I did a 'gem install frank', followed by these steps: $ frank new thing Frank is... - Creating your project 'thing' - Copying default Frank template Congratulations, 'thing' is ready...

Branching off from our conversation around the `nbb` bug in this issue: https://github.com/clojure-emacs/cider/issues/3061#issuecomment-1114165026 I have recently implemented an nREPL for a new evaluation context, and I found a few odd...

enhancement

It might be interesting and useful to allow the transclusion of cells as iframes in other web pages. In particular, a few technical bloggers have requested the ability to put...

### Issue: Playing with other cell types for temporal recursion, given a cell like: ```clojure (defcell pulse (interval 2000 inc)) ``` ... this code produces a cell that tracks the...

enhancement

### Issue: In an environment with emacs-like `C-k` to "structure aware kill", there should be a dual that pastes what was killed. This is known, by tradition, as "yanking", and...

### Issue: When I go down the list of my gist, selecting one after another, each one is displayed on top of the previous, creating a weird smudgy effect. ###...

``` (-> (cuboid 80) (g/as-mesh {:mesh (gm/gmesh)}) csg/mesh->csg) ``` ... works as expected, but if I try to catmull-clark the mesh before converting to CSG, like this: ``` (-> (cuboid...

bug
module:meshops