Viewing profile — taradinoc
taradinoc
HN member- Joined
- Sun, Mar 29, 2015, 7:12 PM UTC
- HN karma
- 55
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About taradinoc
No profile information was provided.
Recent public activity
-
comment
Comment #46041223
The MDL bumper sticker, "my other 1 is a REST", just doesn't have the same ring to it.
-
comment
Comment #46041191
A C-based alternative for compiling ZIL? I don't believe there's one that works. The two options for compiling ZIL code are to run ZILF on a modern system or to run ZILCH on a PDP-…
-
comment
Comment #45893960
Right - that's because ZIL was more or less a _superset_ of MDL. ZILCH (Infocom's compiler) provided all the functions of MDL, _plus_ a bunch of new ones that manipulated data stru…
-
comment
Comment #45893785
Author of ZILF here. I wouldn't say that ZIL "does not have support for custom macros", because ZIL never existed in a form independent of MDL. There's no such thing as "MDL macros…
-
comment
Comment #21501335
>If allowing a particular person to visit means several others will refrain from visiting, is it then a good idea to permit that? That's a value judgement for the organizers to mak…
-
comment
Comment #21498378
I'd worry that the doctor might recommend dangerous and ineffective treatments, that the police officers would arrest me on false pretenses, and that the cleaner would steal my bel…
-
comment
Comment #21046331
Yes, goog-anon is doing candidates -- and the lawyers in Wilberg v. Google -- a huge favor by admitting on the record that there's explicit racial bias in their hiring process.
-
comment
Comment #21025632
> Because college is where women are driven out of computer science, by behavior from professors and peers. A lot of people take that for granted based on anecdotes, but actual dat…
-
comment
Comment #20525685
> If you're self-taught you have to be willing to learn things you find completely uninteresting (or boring, hard, whatever) if you want to be as well-rounded as a CS graduate. Not…
-
comment
Comment #19724445
Interesting. I did find an implementation of backquoting in MDL, kind of: https://github.com/PDP-10/muddle/blob/master/mim/development... It doesn't run on any available MDL implem…
-
comment
Comment #19707285
Do you like this?
-
comment
Comment #19707268
>Quasiquotation pretty much doesn't need to exist because of the ! sequence "operator" for splicing lists into lists and forms. Hmm... I guess I don't know everything quasiquoting …
-
comment
Comment #19707226
>When IF focuses on prose, and doesn't contain puzzles, it's harder to actually call it a game. This debate has been going on for decades. (See Photopia.)
-
comment
Comment #19707213
Yeah, if there's nothing after the final !- in an atom, it means the atom is in . (See section 15.5 in the manual.) I'm not sure what the purpose of things like and is. It could ha…
-
comment
Comment #19704163
Angle brackets and parentheses are just two of the many flavors of brackets you'll find in MDL. First, you got your regular, "boring" brackets: ;FORM (NORD BERT) ;LIST [1 MONEY 2 S…
-
comment
Comment #19704041
Yes, it's a cruel twist of fate that all this news about Infocom's ZIL is happening shortly after the launch of a cryptocurrency called "ZIL", in the same month as a conference cal…
-
comment
Comment #19704026
Function definitions normally go in the GVAL, so is equivalent to > But EVAL will fall back to the LVAL if the atom doesn't have a GVAL. In other words: is equivalent to ,A) ( .A) …
-
comment
Comment #19703980
This is described in glorious high-definition ASCII art in Appendix 1 of The MDL Programming Language : https://github.com/taradinoc/mdl-docs/blob/master/docs/appen...
-
comment
Comment #19694595
Everything you said about I7 is true, but its real value comes from the abstractions it introduces. That is, it isn't just an English-like syntax for writers who are used to writin…
-
comment
Comment #19682174
Hmm, which evaluation and splicing markers is it referring to? MDL doesn't have quasiquoting, but it has "segments" that expanded while evaluating a structure (prefix a form with "…
-
comment
Comment #19679764
Yeah, MDL used the question mark suffix like Lisp used "p".
-
comment
Comment #19679749
Here's a ZIL version of the game where "xyzzy" and "plugh" first appeared: https://bitbucket.org/jmcgrew/zilf/src/tip/Examples/advent/a...
-
comment
Comment #19677689
It's defined in verbs.zil. https://github.com/historicalsource/hitchhikersguide/blob/d7...
-
comment
Comment #19675308
Who is that handsome mystery developer, where did he come from, and why can't we get enough of him?
-
comment
Comment #19672972
Not functional? Warnings aren't errors. Maybe it's just better at catching potential bugs...