Skip to content

Instantly share code, notes, and snippets.

@theSherwood
theSherwood / produce.red
Last active August 14, 2020 07:33
Python-like Series Comprehensions
Red [
Description: Python-like Series Comprehensions
Date: 14-August-2020
]
produce: func[
src [series!]
/into
buffer [series!]
/local
//#include <dlfcn.h>
#include <inttypes.h>
#include <math.h>
#include <pthread.h>
#include <stdatomic.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@theSherwood
theSherwood / settings.json
Created October 4, 2024 12:44
basic vscode user settings
{
"workbench.colorTheme": "Visual Studio Light",
"editor.renderWhitespace": "all",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.rulers": [80, 100, 120],