Private
Public Access
docs(twitter): add 2076833886827376782 corpus (NOTimothyLottes J_/JNzI1_ goto macros + nanorc)
6-post thread. Root: commits fully to {if,goto} control flow via
better macros (J_(label) -> goto label; JNzI1_(label,v) ->
if(v!=0) goto label;). Customizes nanorc syntax-highlight to color
them. Tangent: someone suggesting Perl DSL, not invited to the
'better software' conference.
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
---
|
||||
title: "Example usage after clean-up."
|
||||
author: "NOTimothyLottes"
|
||||
handle: "@NOTimothyLottes"
|
||||
post_url: "https://x.com/NOTimothyLottes/status/2076833886827376782"
|
||||
post_id: "2076833886827376782"
|
||||
timestamp: "2026-07-14 00:59:18"
|
||||
post_count: 6
|
||||
reply_count: 2
|
||||
repost_count: 0
|
||||
like_count: 4
|
||||
view_count: 436
|
||||
---
|
||||
|
||||
# @NOTimothyLottes — Example usage after clean-up.
|
||||
|
||||
## Post 1 (2026-07-13 22:19:30)
|
||||
|
||||
Going all in to only {if,goto} but through better macros,
|
||||
label:
|
||||
J_(label); -> goto label;
|
||||
JNzI1_(label,v); -> if(v!=0)goto label;
|
||||
|
||||
Can fix up nanorc syntax highlight by layering rules that override color, works well ...
|
||||
|
||||

|
||||

|
||||
|
||||
## Post 2 (2026-07-13 22:21:11) — reply to Post 1
|
||||
|
||||
Haha no surprise they didn't invite me to the "better software" conference!
|
||||
|
||||
## Post 3 (2026-07-14 00:39:28) — reply to Post 2
|
||||
|
||||
Easy set of powerful macros. Brutal customization of C.
|
||||
|
||||

|
||||
|
||||
## Post 4 (2026-07-14 00:59:18) — reply to Post 3
|
||||
|
||||
Example usage after clean-up.
|
||||
|
||||

|
||||
|
||||
## Post 5 (2026-07-14 01:41:11) — reply to Post 4
|
||||
|
||||
@NOTimothyLottes Much clearer... 🤣
|
||||
|
||||
## Post 6 (2026-07-14 15:11:29) — reply to Post 4
|
||||
|
||||
@NOTimothyLottes At this point could make a DSL with Perl..
|
||||
Reference in New Issue
Block a user