Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

XML makes Java the acceptable Lisp

Name: Anonymous 2018-11-27 19:34

XML makes Java the acceptable Lisp

Name: Anonymous 2018-11-27 19:44

<define name="hax">
<arg>my</arg>
<call>
<var name="display" />
<var name="my" />
</call>
<call>
<var name="display" />
<string val="XML makes Java the acceptable Lisp />
</call>
<call>
<var name="newline" />
</call>
</define>

Name: Anonymous 2018-11-27 22:14

JSON > XML

Name: capnproto.org/language.html 2018-11-28 4:17

>>3 You aren't doing anything to prove your statement.
0xf0l3nfa93n33n2fa

struct hax {
display @0 :"XML makes Java the acceptable Lisp";
my @1 :"";
newline @2 : "
";
}

Name: Anonymous 2018-11-28 7:54

lets see these guys implement diff

Name: Anonymous 2018-12-02 12:02

>>2
In modern Java, you usually do that with annotations instead:
@Define(
executionOrder = {
call("my"),
call("msg"),
call(
external("newline")
)
}
)
public final class Hax {
@Arg
private Object my;

@Call("display")
private Object my() {
return my;
}

@Call("display")
private String msg() {
return "Java annotations make Java the acceptable LIPTH";
}
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List