[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


And I have no idea what I'm doing but I got a basic script going:

(print ('number guessing game'))
(print ('i am thinking of a number between 1 and 100.'))
(print ('type your guess as (N), e.g. (50)'))
(loop
(do
(print ('guess: '))
(if (= (read) (42))
(return (print ('correct! the number was 42.')))
(print ('nope, try again.')))))
(print ('entering the repl. ctrl-c to quit.'))


it's basically a lisp/smalltalk/self hybrid
>>
>>108858426
It's a joke is what it is.
>>
>>108858461
show your work
>>
File: laptopapu.jpg (85 KB, 1000x800)
85 KB JPG
>>108858426
Well you got the number guessing game to work. Unfortunately an OS does a lot more than guess numbers
>>
>>108858569
>"Unfortunately an OS does a lot more than guess numbers"
>He doesn't use an AI-based OS.
>>
The system is a live-object model with no class definitions: every entity is a concrete, active object. You create an object by writing it directly just as physical objects don’t require class templates. Every pair of parentheses denotes an object, and objects may nest arbitrarily, so a program is essentially a nested expression like (object (object (object ...))). The syntax is terse and assembly-like by design; it’s not meant for casual reading but as a structural description. The whole program behaves like an organism composed of smaller organisms (cells or subprograms). The entire real program is intended to be read and manipulated through a visual live node graph.
>>
>>108858426
@Grok, what is blud yappin about?
>>
>>108858875
An Object Oriented OS
sarcasm need not apply here
>>
>>108858426
He doesn't have long left, does he?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.