digitalmars.D.announce - Brief report about the Tango Conference 2008 in Torun
- Alexander Panek (4/4) Sep 30 2008 http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/
- bearophile (5/8) Sep 30 2008 Can you give a little summary of this?
- Alexander Panek (11/20) Sep 30 2008 He seems to like D and its flexibility. He didn’t explicitely talk abo...
- bearophile (8/13) Sep 30 2008 I hope to read a report or an article about the usage of D in teaching, ...
- Tomas Lindquist Olsen (15/31) Oct 01 2008 He didn't really get much into that, what he did talk a lot about was so...
- Andrei Alexandrescu (3/7) Oct 01 2008 It would be great if some of those were posted here so that Walter knows...
- Walter Bright (2/9) Oct 01 2008 I agree. I can't do anything about it otherwise.
- =?UTF-8?B?QWxleGFuZGVyIFDDoW5law==?= (3/13) Oct 01 2008 Some people are just assembling a list as we speak. There will be a
- Andrei Alexandrescu (4/19) Oct 01 2008 Terrific! It would actually be cool if separate threads would be started...
- Walter Bright (2/22) Oct 01 2008 Yes, one omnibus posting will likely be a mess.
- Sean Kelly (8/18) Oct 03 2008 I just thought I'd mention that if anyone wants to play with
- dsimcha (3/21) Oct 03 2008 So what's the status, then, of Tango for D2? I assume that having Phobo...
- Sean Kelly (7/25) Oct 03 2008 The user code will have to be updated, and that /may/ be enough of a
- =?UTF-8?B?QWxleGFuZGVyIFDDoW5law==?= (3/21) Oct 03 2008 Ah, good to know. What are the differences between druntime and Tango’...
- Sean Kelly (18/40) Oct 03 2008 The location of things have changed and certain bits have been tightened...
- Jason House (2/48) Oct 03 2008 What has been done to coordinate with Walter and/or the Phobos developme...
- Andrei Alexandrescu (5/54) Oct 03 2008 D2 will in all likelihood adopt Sean's runtime. We only need to put in
- =?UTF-8?B?QWxleGFuZGVyIFDDoW5law==?= (2/56) Oct 03 2008 Any thoughts on using druntime in D1?
- Andrei Alexandrescu (3/60) Oct 03 2008 Walter needs to answer about D1.
- dsimcha (14/18) Oct 03 2008 Is the new model, then, going to become that Phobos and Tango are strict...
- Andrei Alexandrescu (3/12) Oct 03 2008 That is the case about Phobos2 at least.
- Jason House (2/58) Oct 03 2008 I'm really pushing my luck now, but is there any timeline for finalizing...
- Robert Fraser (4/9) Oct 01 2008 Sweet; I wish I could have been there... I hate to ask but might there b...
- =?UTF-8?B?QWxleGFuZGVyIFDDoW5law==?= (2/11) Oct 01 2008 According to Peter, videos will be available in one to two months max.
- =?UTF-8?B?QWxleGFuZGVyIFDDoW5law==?= (3/17) Oct 01 2008 Errm. Forgot the link. :)
- Robert Fraser (2/22) Oct 01 2008 Awesome; thanks
http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/ Digg: http://digg.com/programming/Tango_Conference_2008 Reddit: http://www.reddit.com/r/reddit.com/comments/74hn7/panic_tango_conference_2008/
Sep 30 2008
From:http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/Tango course,<What does he/she thinks about using D to teach? What kind of level/kind of courses they are?regarding a common runtime for Phobos and Tango,<Can you give a little summary of this? Bye and thank you, bearophile
Sep 30 2008
bearophile wrote:From:He seems to like D and its flexibility. He didn’t explicitely talk about that, though. I’m not sure how to lable the level :) I think it was some sort of course for beginners in D but with at least some background in programming. They covered IO, networking, GUI et al, using Tango.http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/& Tango course,<What does he/she thinks about using D to teach? What kind of level/kind of courses they are?Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime. We didn’t really come to any conclusion because it still depends on Walter in some way and he wasn’t there. But apart from that, pretty much everyone was seeing the common runtime as the way to go. Does that answer your questions? :)regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Sep 30 2008
Alexander Panek:He seems to like D and its flexibility.I hope to read a report or an article about the usage of D in teaching, with comparisons against Java too :-) Even if it says bad things regarding D, it can be very useful still. Another useful thing may be a list of the bugs put by students in their D programs. This list can be used to remove some spots that are currently bug-prone of D.Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime)The project says:A freestanding version of the Tango runtime usable by Phobos and Tango<Now we just need 'A freestanding version of the Phobos runtime usable by Tango and Phobos' and we are even ;o)Does that answer your questions? :)Thank you, bearophile
Sep 30 2008
bearophile wrote:Alexander Panek:He didn't really get much into that, what he did talk a lot about was some of the parts of the D spec that students had a hard time explaining/understanding.He seems to like D and its flexibility.I hope to read a report or an article about the usage of D in teaching, with comparisons against Java too :-) Even if it says bad things regarding D, it can be very useful still. Another useful thing may be a list of the bugs put by students in their D programs. This list can be used to remove some spots that are currently bug-prone of D.Thing is, Tango's runtime is much more self contained, IIRC it's been proven superior several times as well (as in faster). The main thing I got out of this was that a common interface for the D runtime was a big point. So nothing wrong with changing the Phobos runtime to implement this interface, it'd be a lot more work though for little to no gain... As mentioned there was a compiler/runtime workshop sunday morning. I found this one quite interesting. A lot of good points about flaws in the D spec (regarding future new compilers and portability), general mistakes in the language design etc. were "presented". I think the idea was to compile a list of the general conclusions, not sure who actually did that (if any). Though the notes should still exist. I'm sure these would spawn a very long NG thread when posted ;) -TomasWell, there’s a project on dsource (druntime: http://dsource.org/projects/druntime)The project says:A freestanding version of the Tango runtime usable by Phobos and Tango<Now we just need 'A freestanding version of the Phobos runtime usable by Tango and Phobos' and we are even ;o)
Oct 01 2008
Tomas Lindquist Olsen wrote:As mentioned there was a compiler/runtime workshop sunday morning. I found this one quite interesting. A lot of good points about flaws in the D spec (regarding future new compilers and portability), general mistakes in the language design etc. were "presented".It would be great if some of those were posted here so that Walter knows. Andrei
Oct 01 2008
Andrei Alexandrescu wrote:Tomas Lindquist Olsen wrote:I agree. I can't do anything about it otherwise.As mentioned there was a compiler/runtime workshop sunday morning. I found this one quite interesting. A lot of good points about flaws in the D spec (regarding future new compilers and portability), general mistakes in the language design etc. were "presented".It would be great if some of those were posted here so that Walter knows.
Oct 01 2008
Walter Bright wrote:Andrei Alexandrescu wrote:Some people are just assembling a list as we speak. There will be a seperate thread for that, as soon as it is finished.Tomas Lindquist Olsen wrote:I agree. I can't do anything about it otherwise.As mentioned there was a compiler/runtime workshop sunday morning. I found this one quite interesting. A lot of good points about flaws in the D spec (regarding future new compilers and portability), general mistakes in the language design etc. were "presented".It would be great if some of those were posted here so that Walter knows.
Oct 01 2008
Alexander Pánek wrote:Walter Bright wrote:Terrific! It would actually be cool if separate threads would be started for each of these issues so as to compartmentalize the discussions. AndreiAndrei Alexandrescu wrote:Some people are just assembling a list as we speak. There will be a seperate thread for that, as soon as it is finished.Tomas Lindquist Olsen wrote:I agree. I can't do anything about it otherwise.As mentioned there was a compiler/runtime workshop sunday morning. I found this one quite interesting. A lot of good points about flaws in the D spec (regarding future new compilers and portability), general mistakes in the language design etc. were "presented".It would be great if some of those were posted here so that Walter knows.
Oct 01 2008
Andrei Alexandrescu wrote:Alexander Pánek wrote:Yes, one omnibus posting will likely be a mess.Walter Bright wrote:Terrific! It would actually be cool if separate threads would be started for each of these issues so as to compartmentalize the discussions.Andrei Alexandrescu wrote:Some people are just assembling a list as we speak. There will be a seperate thread for that, as soon as it is finished.Tomas Lindquist Olsen wrote:I agree. I can't do anything about it otherwise.As mentioned there was a compiler/runtime workshop sunday morning. I found this one quite interesting. A lot of good points about flaws in the D spec (regarding future new compilers and portability), general mistakes in the language design etc. were "presented".It would be great if some of those were posted here so that Walter knows.
Oct 01 2008
Alexander Panek wrote:bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now. SeanFrom:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
== Quote from Sean Kelly (sean invisibleduck.org)'s articleAlexander Panek wrote:So what's the status, then, of Tango for D2? I assume that having Phobos and Tango be able to be used together in D2 is kind of the point of druntime.bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now. SeanFrom:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
dsimcha wrote:== Quote from Sean Kelly (sean invisibleduck.org)'s articleThe user code will have to be updated, and that /may/ be enough of a change that a branch will be required. If you're interested in using Tango with D 2.0 for now I'd suggest using DSSS instead of trying to build the user library, and just see how it goes. My focus is on the runtime, so I honestly can't say how far you'll get. SeanAlexander Panek wrote:So what's the status, then, of Tango for D2? I assume that having Phobos and Tango be able to be used together in D2 is kind of the point of druntime.bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Sean Kelly wrote:Alexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Alexander Pánek wrote:Sean Kelly wrote:The location of things have changed and certain bits have been tightened up a bit compared to Tango, but the functionality should be identical to Tango's runtime. With that in mind, if you want to try it out, build druntime and replace tango-base-dmd.lib with druntime-dmd.lib, get rid of the .di files in tango/core that are generated by the lib build process, and use the top-level memory, thread, etc, modules in their place. The project is really just a proof of concept at this point. I've got a version of Phobos for D 2.0 working on top of druntime with no problems, for example, but there is no official support yet for druntime from Phobos or Tango. In short, druntime works just fine, but to actually use it right now you're pretty much on your own. I'll be happy to answer any questions regarding setup, but don't have any plans yet for installation scripts, packaging, etc. By the way, DMD is the only supported compiler at the moment. I'll add support for the others later if the project actually takes off. SeanAlexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Sean Kelly Wrote:Alexander Pánek wrote:What has been done to coordinate with Walter and/or the Phobos development team? Does the license match Walter's requirement? Are there any known reasons why D2 would not want to adopt this runtime?Sean Kelly wrote:The location of things have changed and certain bits have been tightened up a bit compared to Tango, but the functionality should be identical to Tango's runtime. With that in mind, if you want to try it out, build druntime and replace tango-base-dmd.lib with druntime-dmd.lib, get rid of the .di files in tango/core that are generated by the lib build process, and use the top-level memory, thread, etc, modules in their place. The project is really just a proof of concept at this point. I've got a version of Phobos for D 2.0 working on top of druntime with no problems, for example, but there is no official support yet for druntime from Phobos or Tango. In short, druntime works just fine, but to actually use it right now you're pretty much on your own. I'll be happy to answer any questions regarding setup, but don't have any plans yet for installation scripts, packaging, etc. By the way, DMD is the only supported compiler at the moment. I'll add support for the others later if the project actually takes off. SeanAlexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Jason House wrote:Sean Kelly Wrote:D2 will in all likelihood adopt Sean's runtime. We only need to put in the adaptation work. I think Sean has done a tremendous contribution to the community. AndreiAlexander Pánek wrote:What has been done to coordinate with Walter and/or the Phobos development team? Does the license match Walter's requirement? Are there any known reasons why D2 would not want to adopt this runtime?Sean Kelly wrote:The location of things have changed and certain bits have been tightened up a bit compared to Tango, but the functionality should be identical to Tango's runtime. With that in mind, if you want to try it out, build druntime and replace tango-base-dmd.lib with druntime-dmd.lib, get rid of the .di files in tango/core that are generated by the lib build process, and use the top-level memory, thread, etc, modules in their place. The project is really just a proof of concept at this point. I've got a version of Phobos for D 2.0 working on top of druntime with no problems, for example, but there is no official support yet for druntime from Phobos or Tango. In short, druntime works just fine, but to actually use it right now you're pretty much on your own. I'll be happy to answer any questions regarding setup, but don't have any plans yet for installation scripts, packaging, etc. By the way, DMD is the only supported compiler at the moment. I'll add support for the others later if the project actually takes off. SeanAlexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Andrei Alexandrescu wrote:Jason House wrote:Any thoughts on using druntime in D1?Sean Kelly Wrote:D2 will in all likelihood adopt Sean's runtime. We only need to put in the adaptation work. I think Sean has done a tremendous contribution to the community.Alexander Pánek wrote:What has been done to coordinate with Walter and/or the Phobos development team? Does the license match Walter's requirement? Are there any known reasons why D2 would not want to adopt this runtime?Sean Kelly wrote:The location of things have changed and certain bits have been tightened up a bit compared to Tango, but the functionality should be identical to Tango's runtime. With that in mind, if you want to try it out, build druntime and replace tango-base-dmd.lib with druntime-dmd.lib, get rid of the .di files in tango/core that are generated by the lib build process, and use the top-level memory, thread, etc, modules in their place. The project is really just a proof of concept at this point. I've got a version of Phobos for D 2.0 working on top of druntime with no problems, for example, but there is no official support yet for druntime from Phobos or Tango. In short, druntime works just fine, but to actually use it right now you're pretty much on your own. I'll be happy to answer any questions regarding setup, but don't have any plans yet for installation scripts, packaging, etc. By the way, DMD is the only supported compiler at the moment. I'll add support for the others later if the project actually takes off. SeanAlexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Alexander Pánek wrote:Andrei Alexandrescu wrote:Walter needs to answer about D1. AndreiJason House wrote:Any thoughts on using druntime in D1?Sean Kelly Wrote:D2 will in all likelihood adopt Sean's runtime. We only need to put in the adaptation work. I think Sean has done a tremendous contribution to the community.Alexander Pánek wrote:What has been done to coordinate with Walter and/or the Phobos development team? Does the license match Walter's requirement? Are there any known reasons why D2 would not want to adopt this runtime?Sean Kelly wrote:The location of things have changed and certain bits have been tightened up a bit compared to Tango, but the functionality should be identical to Tango's runtime. With that in mind, if you want to try it out, build druntime and replace tango-base-dmd.lib with druntime-dmd.lib, get rid of the .di files in tango/core that are generated by the lib build process, and use the top-level memory, thread, etc, modules in their place. The project is really just a proof of concept at this point. I've got a version of Phobos for D 2.0 working on top of druntime with no problems, for example, but there is no official support yet for druntime from Phobos or Tango. In short, druntime works just fine, but to actually use it right now you're pretty much on your own. I'll be happy to answer any questions regarding setup, but don't have any plans yet for installation scripts, packaging, etc. By the way, DMD is the only supported compiler at the moment. I'll add support for the others later if the project actually takes off. SeanAlexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
== Quote from Andrei Alexandrescu (SeeWebsiteForEmail erdani.org)'sD2 will in all likelihood adopt Sean's runtime. We only need to put in the adaptation work. I think Sean has done a tremendous contribution to the community. AndreiIs the new model, then, going to become that Phobos and Tango are strictly user-level libraries that both run on top of druntime and can therefore be arbitrarily mixed and matched in code? I think this would do wonders, not only for de-fragmenting the D community but for the development of both libraries. It seems that Phobos and Tango had been converging to a degree in terms of feature set, etc., with lots of duplication of effort. This is likely because using them in the same code base had been mutually exclusive, so everyone using one lib wanted that one killer feature from the other. Now, with mixing and matching supported, Phobos can just be what it was designed to be, namely a compact standard library with only stuff that's very general purpose and a more procedural and/or functional style, and Tango can be what it was designed to be, a more Java-style standard library with just about everything and a more OO style.
Oct 03 2008
dsimcha wrote:== Quote from Andrei Alexandrescu (SeeWebsiteForEmail erdani.org)'sThat is the case about Phobos2 at least. AndreiD2 will in all likelihood adopt Sean's runtime. We only need to put in the adaptation work. I think Sean has done a tremendous contribution to the community. AndreiIs the new model, then, going to become that Phobos and Tango are strictly user-level libraries that both run on top of druntime and can therefore be arbitrarily mixed and matched in code?
Oct 03 2008
Andrei Alexandrescu Wrote:Jason House wrote:I'm really pushing my luck now, but is there any timeline for finalizing D2's evaluation/adoption of druntime? My understanding from Sean's post is that he's already adapted Phobos to use the shared runtime. It sounds like it'd be really easy to drop in.Sean Kelly Wrote:D2 will in all likelihood adopt Sean's runtime. We only need to put in the adaptation work. I think Sean has done a tremendous contribution to the community. AndreiAlexander Pánek wrote:What has been done to coordinate with Walter and/or the Phobos development team? Does the license match Walter's requirement? Are there any known reasons why D2 would not want to adopt this runtime?Sean Kelly wrote:The location of things have changed and certain bits have been tightened up a bit compared to Tango, but the functionality should be identical to Tango's runtime. With that in mind, if you want to try it out, build druntime and replace tango-base-dmd.lib with druntime-dmd.lib, get rid of the .di files in tango/core that are generated by the lib build process, and use the top-level memory, thread, etc, modules in their place. The project is really just a proof of concept at this point. I've got a version of Phobos for D 2.0 working on top of druntime with no problems, for example, but there is no official support yet for druntime from Phobos or Tango. In short, druntime works just fine, but to actually use it right now you're pretty much on your own. I'll be happy to answer any questions regarding setup, but don't have any plans yet for installation scripts, packaging, etc. By the way, DMD is the only supported compiler at the moment. I'll add support for the others later if the project actually takes off. SeanAlexander Panek wrote:Ah, good to know. What are the differences between druntime and Tango’s runtime? What about the features Tango has but Phobos doesn’t?bearophile wrote:I just thought I'd mention that if anyone wants to play with this, the runtime is fully functional and there are versions available for both D 1.0 and D 2.0 (in a branch and trunk, respectively). Assuming everything works out however, I expect that only Phobos for D 2.0 will actually use the common runtime, since D 1.0 is in maintenance mode now.From:Well, there’s a project on dsource (druntime: http://dsource.org/projects/druntime) which is supposed to hold that common runtime.regarding a common runtime for Phobos and Tango,<Can you give a little summary of this?
Oct 03 2008
Alexander Panek Wrote:http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/ Digg: http://digg.com/programming/Tango_Conference_2008 Reddit: http://www.reddit.com/r/reddit.com/comments/74hn7/panic_tango_conference_2008/Sweet; I wish I could have been there... I hate to ask but might there be videos? Thanks, Robert
Oct 01 2008
Robert Fraser wrote:Alexander Panek Wrote:According to Peter, videos will be available in one to two months max.http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/ Digg: http://digg.com/programming/Tango_Conference_2008 Reddit: http://www.reddit.com/r/reddit.com/comments/74hn7/panic_tango_conference_2008/Sweet; I wish I could have been there... I hate to ask but might there be videos?
Oct 01 2008
Alexander Pánek wrote:Robert Fraser wrote:Errm. Forgot the link. :) http://petermodzelewski.blogspot.com/2008/09/tango-conference-2008-has-finished.htmlAlexander Panek Wrote:According to Peter, videos will be available in one to two months max.http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/ Digg: http://digg.com/programming/Tango_Conference_2008 Reddit: http://www.reddit.com/r/reddit.com/comments/74hn7/panic_tango_conference_2008/Sweet; I wish I could have been there... I hate to ask but might there be videos?
Oct 01 2008
Alexander Pánek wrote:Alexander Pánek wrote:Awesome; thanksRobert Fraser wrote:Errm. Forgot the link. :) http://petermodzelewski.blogspot.com/2008/09/tango-conference-20 8-has-finished.htmlAlexander Panek Wrote:According to Peter, videos will be available in one to two months max.http://panic.brainsware.at/~jim/blog/2008/09/30/tango-conference-2008/ Digg: http://digg.com/programming/Tango_Conference_2008 Reddit: http://www.reddit.com/r/reddit.com/comments/74hn7/panic_tango_conference_2008/Sweet; I wish I could have been there... I hate to ask but might there be videos?
Oct 01 2008