/overboard/ - Overboard

[X]

(for post deletion)
(12.00 MiB max)
Mark sensitive


File: Screenshot_at_2023-06-21_0(...).png (10.15 KiB) [Draw]
Scheme syntax rule question. Anonymous 06/21/23(Wed)09:57:35 No. fg-6XYD26EZ
I created a hygienic macro called `fork` that creates a lambda function which chains comparison functions together like this. (fork number? and integer?) -> (lambda (x) (and (number? x) (integer? x))) Or more generally, (fork check1 connector check2) -> (lambda (x) (connector (check1 x) (check2 x))) It can take variable terms and it has the same behavior so that you can write more complicated definitions. The macro I wrote has the same behavior as (fork check1 connector1 check2 connector2 check3) -> (lambda (x) (connector2 (connector1 (check1 x) (check2 x)) (check3 x))) But it defines more lambda functions than that. Pic related is the actual definition. I am wondering whether or not it's possible to write a hygienic definition of the fork macro that takes any number of arguments, but only defines one lambda function. I want to use syntax-case or define-syntax, No defmacro macros. Also the reason I defined it as a macro instead of a function was because `and` and `or` are macros in scheme so you can't pass them to functions as parameters (at least to my knowledge).
>>
Anonymous 08/06/23(Sun)03:05:57 No. fg-LLRVP5JN
I think I found out a way to do it that only defines the functions once. (define-syntax fork (syntax-rules () ((_ proc1 connector proc2 ) (lambda (x) (connector (proc1 x) (proc2 x)))) ((_ other other* ... proc1 connector proc2 ) (let ((foo (fork proc1 connector proc2))) (fork other other* ... foo )))))
>>
Anonymous 08/17/23(Thu)00:43:09 No. fg-0JHUKZ9K
I just realized I can define syntax rules with accumulators after I accidentally made one. Pretty cool. (define-syntax easy-define-symbols (syntax-rules () ((_ () code ...) (begin code ...)) ((_ ( sym syms ...) code ...) (define-multi (syms ...) code ... (define sym (quote sym) )))))
>>
Anonymous 08/17/23(Thu)00:46:40 No. fg-R6HZATRN
>>fg-0JHUKZ9K Now I want to try making a macro with two recursive calls.

File: Welcome_Home_Brother_Charl(...).jpg (98.82 KiB) [Draw]
> The film stars Marlo Monte as a wrongfully imprisoned man who seeks vengeance upon his transgressors using his prehensile penis Wut?
>>
Anonymous 08/15/23(Tue)19:20:10 No. fb-8MYNF9FE
> John Dillermand ("John Penisman","John Willieman" or "John Dongman") is a Danish stop motion animated children's television series about a man and his very long penis.
>>
Anonymous 08/15/23(Tue)19:27:42 No. fb-52DYDV2J
https://yewtu.be/watch?v=jm7eY3EcvJw gem

File: 1438206025673.jpg (30.32 KiB) [Draw]
I Love Akari !!4FAUSv8nf. 08/09/23(Wed)03:35:53 No. fb-ATOEZTAI
There was this one guy who built a castle on his own for 53 years and when I went inside of it, there were a bunch of signs that had schizo shit. Pretty cool. I didn't get to see the guy who built it though. https://www.youtube.com/watch?v=yYn5YaEPspE https://www.youtube.com/watch?v=nkjmefmTbCs https://www.youtube.com/watch?v=2tCAfJje8cg

File: 1644281465.png (409.03 KiB) [Draw]
I Love Akari !!4FAUSv8nf. (ID: 0_pz7I-e) 08/06/23(Sun)04:12:07 No. fbint-8LHP96HZ
https://www.youtube.com/watch?v=j4y2SxdlJ68 New /bint/ culture just dropped.
>>
I Love Akari !!4FAUSv8nf. (ID: 0_pz7I-e) 08/06/23(Sun)04:38:04 No. fbint-PQ0KQN76
File: Video 1 [Cu6GJkGPVBG].mp4 (4.25 MiB) [Draw]
Holy binto!!

File: 81d44372a9ae5df8c958deee0a(...).png (722.99 KiB) [Draw]
I Love Akari !!4FAUSv8nf. 08/06/23(Sun)04:00:09 No. fa-PLWJZOW3
https://www.youtube.com/watch?v=l8bwTNoEzXE New yuru yuri just dropped
>>
Anonymous 08/06/23(Sun)04:10:06 No. fa-G06ORW5E
I am ready to consume product and get excited for next product.

File: General_sherman.jpg (39.25 KiB) [Draw]
Anonymous (ID: TsuXLNIB) 08/04/23(Fri)02:18:33 No. fbint-T2T5SI0T
It's just binter mate
>>
Anonymous (ID: RVgIHtOY) 08/05/23(Sat)07:33:13 No. fbint-O28CQI0P
lu chai lou bak jurr chin row long dai row long dai surr bak lai bai
>>
Anonymous (ID: HiddenID) 08/06/23(Sun)03:22:08 No. fbint-V7KC923F
File: peas & mayo pizza.jpg (81.52 KiB) [Draw]
>Historicalfag found this place (or a pretender). Shine on, you crazy diamond.

File: 1561094545709.png (443.03 KiB) [Draw]
Anonymous (ID: -GYD8hkl) 07/28/23(Fri)04:21:34 No. fbint-M3CQ89KW
MOOOOOOOOOOOOOOOOOOOODS I cannot reply to threads from bint any more (It says proxies are not allowed)
12 replies, Click here to view all.

>>
Anonymous (ID: qVxFz8j1) 08/05/23(Sat)22:34:14 No. fbint-SSWZTKOO
did this work
>>
Anonymous (ID: mWD88Sve) 08/06/23(Sun)01:39:32 No. fbint-9HV8UI9Y >>fbint-NHSHLV5Z
did that work?
>>
Anonymous (ID: LG2HsXAI) 08/06/23(Sun)02:07:15 No. fbint-NHSHLV5Z
>>fbint-9HV8UI9Y probably
>>
Anonymous (ID: RqHSZS1l) 08/06/23(Sun)02:54:37 No. fbint-2ERKAHKA
>>fbint-I2WL3ZJI Rules 1 and 2 chud.
>>
Anonymous (ID: LG2HsXAI) 08/06/23(Sun)03:17:10 No. fbint-3VDKILEA
test

File: (0.00 KiB) [Draw]
Gfhig
6 replies, Click here to view all.

>>
           //://::::::Nwヘ:::::::`ヽ           /〃^〃^:::::::::::::iN! ! ハヘト.ハ         /::::::::::::::::::::/::://:,:::::::N! N!Wi!.ハ         /:::::::::,イ〃//:/A//}}:::::::!::::!::::::!:N        //|::::::|トi!|/ 'レ行ミ、〃::::::::!:::::::::!::::|         i:||::::垳     じリ/::::::::::::::::::::::::::::|           |! |:::|:::!r'   ""乂:::::::::A:::::::::::::::|           ! Ⅵ八 r‐、  イ::>― <Ⅵ::::i:∧              |! |:ヽ`  //´  ヽ  乂ト、i!:::|              j |:i:|`ァT:/     l  ||ト、ヽ\                |:|:| |:レ'i      | 〃ヾ \ヽヽ            |:|:|/|:レj   ___/リ   \__)):::::\             /,:/:/|/|  ̄  /〃       r- 、::::)           ///〃/ ||  /  /  ∠ ィ___77A┼>、           〃 {{ |ト、||     //__7 ̄/ /ノ≠≦==iト≧=- _           {{  ヽ|Ⅵ!    / ,. -、{`-{ -〈 /.‐/7-ヽ‐-》___》__〉-、-、           ヽ   i! !  _,. /   `‐┴--ヽ__〈/-‐'´ ̄     ` <「ヽ                   ,'/レ7                    :          ヽ.ト、              ,' ト、_./                   i            Vヘ              ,' LV                     !          Vヘ              ,'/L/                 ,'            Vヘ             ,'|_/_.,'                   ,.'             |ヽ            ,' ヽ.V                 ,.小               ト、            /   ,'                 ,. '´ ノ ;              ! .!       r 、 fヘV   .,'                 /-‐'-イ             ;、/      ⊂ニ、 `. 〈    i             /    /            ∧┼         ヽ.___> |               /    /              ∧ 〉-               |               /   ,'                 /- 〉'´                |               /    .,'                /」_/_                |            /    ,'                /´
(view full post...)
>>
Anonymous 06/22/23(Thu)09:51:28 No. flounge-FE441093
#76 Man this is hot
>>
this is why i hate NIGGERS
>>
Anonymous 07/15/23(Sat)12:36:30 No. flounge-FB8D60C9
( . Y . )
>>
Anonymous 07/28/23(Fri)04:24:22 No. flounge-DE296219
#76 I love this.

File: 1589912893900.png (720.74 KiB) [Draw]
I liked poopchan until it got child porn spammed.
>>
Anonymous 07/30/23(Sun)08:39:14 No. fb-MIZMMGK2
>>fb-WXCQ0L03 (OP) rip poopies chan
>>
Anonymous 08/06/23(Sun)02:59:21 No. fb-KV0AL2O2
The poop board was my favorite poopchan board.
>>
Anonymous 08/06/23(Sun)03:00:24 No. fb-I8GJ10N0
Even though I was the only one that posted panty pooping images. Everyone else just made "funny" threads.

File: 1688398330184784.jpg (54.62 KiB) [Draw]
I necrobumped the board to strategically remove a thread I did not like from the front page (it was my own thread). Probably won't do it again.

File: 1685282722946.jpg (24.88 KiB) [Draw]
Gunbuster is pretty damn good.
>>
File: 270898.webp (64.65 KiB) [Draw]
>>fa-C774YZ12 (OP) Die, buster!
>>
Anonymous 08/03/23(Thu)09:03:23 No. fa-O2W5A7WU >>fmain-8IJ2CREV
RIDE ON
>>
File: 93712affb3ba1907a81e2b487d(...).gif (1007.56 KiB) [Draw]
>>fa-O2W5A7WU SHOOTING STAR

File: file_example_MP3_1MG.mp3 (1.01 MiB) [Draw]
what u worry bout trip codes for you cant even render a gif thumbnail properly morons

File: 1553049754465.jpg (285.05 KiB) [Draw]
Anonymous (ID: UHELCb03) 07/28/23(Fri)04:16:56 No. fbint-CQNLES6H
Man I love farts.
>>
Anonymous (ID: -EbehHI-) 07/28/23(Fri)09:53:15 No. fbint-2XSXLCFR
Brasserie
>>
Anonymous (ID: UHELCb03) 07/28/23(Fri)16:34:08 No. fbint-KDDI1TPO
>>fbint-2XSXLCFR I love brasserie
>>
Anonymous (ID: RSnt3bk5) 08/03/23(Thu)14:25:45 No. fbint-IM81V6XR
Akari...

File: 81081d2b61cc23e76749807b5c(...).png (932.33 KiB) [Draw]
13 replies and 11 images, Click here to view all.

>>
File: MisakaVest.jpg (44.24 KiB) [Draw]
>>fb-TQ331UK2 (OP) thats so hot
>>
File: __kasukabe_tsumugi_voicevo(...).jpg (275.40 KiB) [Draw]
>>
File: b5ba8aa3f34a62fda116cc03e0(...).png (1.37 MiB) [Draw]
>>
File: __saki_and_saki_blue_archi(...).png (5.97 MiB) [Draw]
>>
File: 81757089_p0.png (303.46 KiB) [Draw]

File: sample-3s.mp3 (50.86 KiB) [Draw]
reeeeeeeee
>>
Anonymous (ID: Vuy2NtZ8) 07/26/23(Wed)15:24:43 No. fbint-85IIMXHQ
REEEEEEEEEEEEEEEEEEEEEEEEEEE
>>
Anonymous 07/26/23(Wed)15:31:05 No. fint-N3A3ZZYF
Test
>>
Anonymous 🏳️‍⚧️ 07/26/23(Wed)15:37:28 No. fb-LYTEZE1U
Test
>>
Anonymous 07/30/23(Sun)03:59:01 No. fb-KKU9F4F6
>>fb-LYTEZE1U HAX!!!!


[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]
[16]
[17]
[18]
[19]
[20]
[21]
[22]
[23]
[24]
[25]
[26]
[27]
[28]
[29]
[30]
Delete Post: [File Only]
[Home] [Rules] [FAQ]

All trademarks and copyrights on this page are owned by their respective parties.

v0.1.1

Theme: