self icon indicating copy to clipboard operation
self copied to clipboard

Making the world safe for objects

Results 51 self issues
Sort by recently updated
recently updated
newest added

This happens on Linux: ``` [Wed Apr 06 01:51:26 2022] info -- Scheduler started (according to snapshotAction schedulerInitial) owner@russell/terminalMorph 1> memory testHeapExpansion Self VM warning: some memory reserved by the...

I would like to propose creation of the GitHub organization for Self language purposes. ## Why 1. Better visibility of the „official“ Self repository. 2. Directory for the Self related...

Here's the start of a Cygwin port. It's intended to be useful in of itself, but also as a stepping stone to a fully native port. This is a work...

I suspect Self wasn't compiled with 64 bit only support because it doesn't do much on macOS Catalina. The "Self Control" (oh I just got the pun) GUI runs, but...

Are any attempts were made to make some (maybe very slow) implementation over JVM? The Self language looks died, but maybe somebody knows enough on VM internals can write a...

Is there Windows prebuilt binary to look what is this thing look like? Can't build using CMake: no MinGW support, Visual C only 8-(

I've added UTF-8 input support (#113) under Xlib. Changes are explained in commit messages. I am not so sure about the XICCache class, I've made for tracking XIM / XIC...

With original behavior, input like `noop` will also quit shell.

I think that it would be more useful to return script result instead of `self` in `shell cc` shortcut, so I'm curious that why `self` is returned explicitly?