robonerd | gotta do js bro | 00:00 |
---|---|---|
robonerd | unfortunately :) | 00:00 |
robonerd | brb | 00:00 |
*** robonerd has left #io ("Quit") | 00:01 | |
prologic | I was talking about the server-side | 00:03 |
prologic | *sigh* | 00:03 |
*** petr has quit IRC | 00:04 | |
pdurbin | prologic: I never thought of webmachine and circuits as similar but sounds like maybe they are | 00:11 |
prologic | if it’s event-driven | 00:15 |
prologic | yes I can see how they are similar | 00:15 |
prologic | it’s Erlang right? | 00:15 |
prologic | Looking at: https://github.com/jups23/webmachine-example/tree/master/src | 00:15 |
*** gatesphere has quit IRC | 01:31 | |
*** mkroehnert has quit IRC | 01:33 | |
*** Raimondi has quit IRC | 02:06 | |
*** Raimondi has joined #io | 02:14 | |
*** petr has joined #io | 02:24 | |
*** levitation[A] has quit IRC | 02:36 | |
*** levitation[A] has joined #io | 02:40 | |
*** petr has quit IRC | 03:07 | |
*** petr has joined #io | 03:51 | |
*** petr has quit IRC | 04:03 | |
*** petr has joined #io | 04:13 | |
*** olduseless has joined #io | 05:25 | |
*** c74d has quit IRC | 06:24 | |
*** c74d has joined #io | 06:26 | |
*** olduseless has quit IRC | 06:28 | |
*** mkroehnert has joined #io | 07:00 | |
*** mkroehnert has quit IRC | 07:10 | |
*** jezen has joined #io | 07:29 | |
*** pchalupa has joined #io | 07:30 | |
*** jezen has quit IRC | 07:44 | |
*** jezen has joined #io | 07:48 | |
*** jezen has quit IRC | 09:19 | |
*** jezen has joined #io | 09:19 | |
*** jezen has quit IRC | 09:20 | |
*** jezen has joined #io | 09:20 | |
*** gatesphere has joined #io | 09:23 | |
*** gatesphere has quit IRC | 09:53 | |
*** pchalupa has quit IRC | 10:02 | |
*** hashmal has joined #io | 10:37 | |
*** fredreichbier has joined #io | 10:47 | |
*** ijon_ has joined #io | 10:55 | |
*** jezen has quit IRC | 11:08 | |
*** TheMonkey has joined #io | 11:17 | |
*** pchalupa has joined #io | 11:48 | |
*** jezen has joined #io | 11:55 | |
*** hashmal_ has joined #io | 12:27 | |
*** hashmal has quit IRC | 12:27 | |
*** pchalupa has quit IRC | 12:40 | |
*** pchalupa has joined #io | 12:52 | |
*** pchalupa has quit IRC | 15:02 | |
*** levitation[A] has quit IRC | 15:06 | |
*** levitation[A] has joined #io | 15:10 | |
*** jezen has quit IRC | 15:43 | |
*** petr has quit IRC | 16:11 | |
*** ijon_ has quit IRC | 16:36 | |
*** ijon_ has joined #io | 16:36 | |
*** ijon_ has quit IRC | 16:51 | |
*** petr_ has joined #io | 16:53 | |
*** noTHD has joined #io | 17:04 | |
*** jezen has joined #io | 17:14 | |
*** petr_ has quit IRC | 17:23 | |
*** petr has joined #io | 17:29 | |
*** petr has quit IRC | 17:37 | |
*** hashmal_ has quit IRC | 17:44 | |
*** levitation[A] has quit IRC | 18:03 | |
*** adamnbowen has joined #io | 18:04 | |
*** levitation[A] has joined #io | 18:10 | |
*** olduseless has joined #io | 18:19 | |
*** jezen has quit IRC | 18:55 | |
*** petr has joined #io | 19:22 | |
*** petr has quit IRC | 19:35 | |
*** petr has joined #io | 19:43 | |
*** Thor^^ has joined #io | 19:43 | |
*** irclogger_ has quit IRC | 19:43 | |
*** irclogger_ has joined #io | 19:43 | |
*** petr has quit IRC | 19:58 | |
*** petr has joined #io | 20:10 | |
*** jezen has joined #io | 20:20 | |
*** jezen has quit IRC | 20:25 | |
*** pdurbin has quit IRC | 20:52 | |
*** pdurbin has joined #io | 20:58 | |
*** levitation[A] has quit IRC | 21:01 | |
*** mkroehnert has joined #io | 21:06 | |
*** mkroehnert has quit IRC | 21:06 | |
*** mkroehnert has joined #io | 21:07 | |
*** levitation[A] has joined #io | 21:10 | |
*** Jason__ has joined #io | 21:11 | |
*** Jason has quit IRC | 21:11 | |
*** fabjan_ has joined #io | 21:26 | |
*** bomma_ has joined #io | 21:26 | |
*** levitation[A] has quit IRC | 21:27 | |
*** zehl_ has quit IRC | 21:31 | |
*** fabjan has quit IRC | 21:31 | |
*** bomma has quit IRC | 21:31 | |
*** levitation[A] has joined #io | 21:40 | |
olduseless | howdy | 21:42 |
olduseless | anybody down for a dumb question? | 21:43 |
prologic | ssre | 21:55 |
olduseless | ok | 21:57 |
olduseless | so, here is my question (lost connection there): | 22:05 |
olduseless | I have a method something like this: | 22:05 |
olduseless | Io> L := List clone | 22:05 |
olduseless | ==> list() | 22:06 |
olduseless | Io> L xx := method(x, | 22:06 |
olduseless | ... self setSize(x) map(list setSize(x)) | 22:06 |
olduseless | ... )y | 22:06 |
olduseless | now, if I do a := L clone xx(3) | 22:06 |
olduseless | I get a list of three lists | 22:06 |
olduseless | however, if I just do a xx(3) | 22:06 |
olduseless | I just get list(nil, nil, nil) | 22:06 |
olduseless | I feel like it's some fundamental thing I'm missing here | 22:07 |
olduseless | or for example, a := a xx(3) | 22:07 |
olduseless | a will be a list of three lists | 22:07 |
*** petr has quit IRC | 22:07 | |
*** adamnbowen has quit IRC | 22:40 | |
*** Jason has joined #io | 22:48 | |
*** adamnbowen has joined #io | 23:12 | |
*** fredreichbier has quit IRC | 23:19 | |
*** ElMonkey_ has joined #io | 23:22 | |
*** TheMonkey has quit IRC | 23:25 | |
*** adamnbowen has quit IRC | 23:30 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!