Message from @DanConway

Discord ID: 391752377147064320


2017-12-17 00:38:49 UTC  

```bf >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.>>>++++++++[<++++>-]
<.>>>++++++++++[<+++++++++>-]<---.<<<<.+++.------.--------.>>+.>++++++++++. ```

2017-12-17 00:38:51 UTC  

nope

2017-12-17 00:38:57 UTC  

probably doesn't exist for BrainFuck

2017-12-17 00:39:01 UTC  

it is just a meme language

2017-12-17 00:39:06 UTC  

\`\`\`bf
code here, new line you faggot
\`\`\`

2017-12-17 00:39:19 UTC  

```bf
>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.>>>++++++++[<++++>-]
<.>>>++++++++++[<+++++++++>-]<---.<<<<.+++.------.--------.>>+.>++++++++++.
```

2017-12-17 00:39:21 UTC  

shit

2017-12-17 00:39:23 UTC  

it does work

2017-12-17 00:39:37 UTC  

so what did you guys think of prolog?

2017-12-17 00:39:41 UTC  

cancer

2017-12-17 00:39:51 UTC  

exactly

2017-12-17 00:39:59 UTC  

It does its job, I don't think I'll ever use it.

2017-12-17 00:40:03 UTC  

```prolog
foo(X,Y,Z) :-
(Y=0;Y<0),
Z is X, !.

foo(X,Y,Z) :-
(X<0;X=0),
Z is Y, !.

foo(X,Y,Z) :-
(X=Y;X>Y),
K is X-3,
foo(K,Y,S),
Z is S + X.

foo(X,Y,Z) :-
X

2017-12-17 00:40:42 UTC  

So is it time to poke JDM for a CompSci channel?

2017-12-17 00:41:01 UTC  

#geeks

2017-12-17 00:41:50 UTC  

```scala
import scala.collection.mutable

object MyClass {
def main(args: Array[String]) {
val argsLength = args.length - 1
val m = mutable.LinkedHashMap[Int, String]()

for(i <- 0 to argsLength) {
m += (i -> args(i))

}
m.foreach((kv: (Int, String)) => println(kv._1 + ":\t" + kv._2))

}

}
```

2017-12-17 00:42:12 UTC  

This is the library Discord uses: https://highlightjs.org/static/demo/

2017-12-17 00:43:04 UTC  

cool

2017-12-17 00:43:41 UTC  

@JDM_WAAAT The votes have been cast! We need a #geeks channel

2017-12-17 00:44:05 UTC  

https://cdn.discordapp.com/attachments/372508286529961996/391752377662701571/1513460299299.png

2017-12-17 00:44:11 UTC  

now you guys want some real cancer code?

2017-12-17 00:44:12 UTC  

Only a cuck would say that

2017-12-17 00:44:22 UTC  

heh

2017-12-17 00:44:37 UTC  

Maybe have a hobbies category and put stuff like <#385307110813990913> and #code in there

2017-12-17 00:45:12 UTC  

Fuck firearms, it's lame.

2017-12-17 00:45:30 UTC  

https://cdn.discordapp.com/attachments/372508286529961996/391752733142810625/image-21-1.jpg

2017-12-17 00:45:35 UTC  

wow rude

2017-12-17 00:45:39 UTC  

Teamwork

2017-12-17 00:45:43 UTC  

👌

2017-12-17 00:46:00 UTC  

https://cdn.discordapp.com/attachments/372508286529961996/391752862566449152/image_28.jpg

2017-12-17 00:46:03 UTC  

We need a #geeks and a #games channel.

2017-12-17 00:46:08 UTC  

^^^

2017-12-17 00:46:30 UTC  

Only soccer moms and the weak fear everyday tools like firearms.

2017-12-17 00:46:38 UTC  

And a #meta channel too.

2017-12-17 00:46:47 UTC  

Been saying that since I joined.

2017-12-17 00:46:59 UTC  

la $s5, ans6
addi $t8, $zero, 3
addi $t9, $zero, 2
div $t1, $t8
#addi $s5, $HI, 0
mfhi $s5
add $s5, $s5, $t7
mult $s5, $t8
#addi $s5, $LO, 0
mflo $s5
div $s5, $t5
#addi $s5, $LO, 0
mflo $s5
sub $s5, $t3, $s5
la $a0, answer6
li $v0, 4
syscall
la $a0, 0($s5)
li $v0, 1
syscall
la $a0, space
li $v0, 4
syscall

2017-12-17 00:47:00 UTC  

AND A MUSIC BOT

2017-12-17 00:47:10 UTC  

how is that code?

2017-12-17 00:47:16 UTC  

Looks like JDM already checked out

2017-12-17 00:47:52 UTC