search for: smalltalk

Displaying 20 results from an estimated 123 matches for "smalltalk".

2012 Mar 24
1
Smalltalk binding to R
Hi - any person interested in building a binding between Smalltalk and R, please contact myself or Hernan. This could be done as the Google Summer of Code (GSoC). http://www.google-melange.com/gsoc/homepage/google/gsoc2012 http://gsoc2012.esug.org/projects/r-statistics For those who don't know Smalltalk it is an Object Oriented language that was created bac...
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
I posted this to comp.lang.ruby and comp.lang.smalltalk, and my blog. I will likely get destroyed, but it will be worth it if at least one nugget of information helps the Ruby IDE makers. ----------------------------------------- Hi all -- I shout my question to the entire Ruby + Smalltalk community: Smalltalk has had amazing IDEs for decades, why not...
2005 Oct 19
2
[R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)
...asic math package that can handle >> matrix >> programming and various mathematical functions, building the various >> statistical modeling tools on top of them is not that hard. What >> makes S and >> R so much better than SAS is their programmability. Smalltalk is >> like that, >> only better. >> >> >> Jeff Hallman K> I would claim that this quote kind of shows that you have no idea K> what you are talking about regarding good, debugged and trustworthy K> statistical procedures. Why do you th...
2006 Jan 11
4
Code Shopping in Rails
Back in the horse-and-buggy days when I was cutting my OO eye teeth on Smalltalk, we had a LOT of conversations about the biggest problem dealing with a large and growing set of classes and methods in the Smalltalk image. It became clear that most, if not all, successful Smalltalk coders spent a lot of their time code-shopping, i.e., looking for a class or method that d...
2005 Apr 14
0
Finding an available port for server socket
I've written a Smalltalk application which starts R on another machine and then communicates with it via sockets. The functions involved are: slaveStart <- function(masterHost, masterPort){ inPort <- availablePort() sendSocket(as.character(inPort), masterHost, masterPort) socketSlave(inPort) } socketSlave &l...
2007 Jun 07
6
Problem with response.should render_template
...t;, :id=>1}, got redirect to "http://test.host/doc_type/show/%23%3CSpec%3A%3AMocks%3A%3AMock%3A0xb74a0d14%3E" ./spec/controllers/doc_type_controller_spec.rb:63: Finished in 0.386261 seconds 22 examples, 1 failure I would appreciate any help. -- Gast?n Ramos "I always thought Smalltalk would beat Java, I just didn''t know it would be called ''Ruby'' when it did." -- Kent Beck
2007 Jun 05
6
Help with spec controller
...with (no args) /home/gramos/src/rails/dental/config/../app/controllers/person_controller.rb:26:in `create'' ./spec/controllers/person_controller_spec.rb I can''t find what I am doing wrong. I would appreciate any help. thanks in advance. -- Gast?n Ramos "I always thought Smalltalk would beat Java, I just didn''t know it would be called ''Ruby'' when it did." -- Kent Beck
2008 Feb 22
1
Calling R_PreserveObject from embedded R
Hello. This is my first post to the list, so first I'd like to thank everybody for making and mantaining such a great product as R. I'm writting a native binding to R from Dolphin Smalltalk. I've followed up the examples of the documentation showing how to run R embedded, and I got it partially working. However, I have a problem with the reference handling of the R objects. I've followed this strategy: every time I call a function in R and it answers me a SEXP, I called R_...
2007 May 29
5
Trouble defining a stub method for a controller
Hello, Not sure if I am doing something really wrong (let''s not say stupid for now), but I haven''t been able to stub a controller method like: controller.stub!(:logged_in?).and_return(true) Please help, this is driving me nuts ;-) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2006 Jul 20
19
Recipes versus Ruby for Rails: what''s best after Agile?
For expats from other languages, what''s the next best step after the Agile Web Dev book: Rails Recipes or Ruby for Rails? Thanks, -- Austin -- Posted via http://www.ruby-forum.com/.
2007 Nov 27
9
New to RonR...
Hello, I''ll try to keep this short BUT, I''ve got little/no experience with programming. In fact, my only background is using Cold Fusion (since 1996 and VERY little of that for the past 5 years as I''ve been playing as a Manager-type at my jobs so I haven''t had to do any hands-on stuff for a while). My question: Would Ruby on Rails be a good platform to get
2007 Jan 19
5
C vs. C++ as learning and development tool for R
I have 3 years of experience with R and have an interest in becoming a better programmer so that I might someday be able to contribute packages. Other than R, my only experience was taking Lisp from Daniel Friedman in the 1970's. I would like to learn either C or C++ for several reasons: To gain a better concept of object oriented programming so that I can begin to use S4 methods in R. To
2006 Mar 30
25
TextMate for Rails development -- why?
Greetings, I am curious, I see quite a few references to using TextMate for rails development. I downloaded TextMate and used it for 30 days. I do not see what everyone is raving about. Snipplets are nice, but other editors do the same thing, some with much more power. Can anyone tell me what makes people draw to TextMate? Maybe I am missing the whole reason, I''d really like to
2007 May 27
2
Mocking Requests
...th the get request... But I was wrong :( Here is the code that I wanted to mock and the test class that proves that everything runs fine: http://pastie.caboo.se/65024 Any help would be appreciated! Thanks a lot in advance, ---- Enrique Comba Riepenhausen ecomba at mac.com I always thought Smalltalk would beat Java, I just didn''t know it would be called ''Ruby'' when it did. -- Kent Beck
2005 Dec 13
2
[LLVMdev] objc frontend
Is there an llvm objc frontend we can play with? If none then is there being written now? -- SMS Global Ltd Short Message Service For Seafarers -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20051213/c9765598/attachment.html>
2008 Jan 04
5
I need arguments pro-S-PLUS and against SAS...
I need arguments pro-S-PLUS and against SAS for a meeting I will have next week. S-Plus is (90 - 99)% compatible with R, so using S-Plus will make things much easier for everyone. But I can't use this argument. What other arguments could I use? Alberto Monteiro
2004 Aug 06
2
testers..
This is call for volunteers to try out some modifications to icecast for supporting burst on connection (aka fast pre-buffering). http://www.xiph.org/~karl/icecast-2.0-kh8.tar.gz Your existing icecast.xml configuration file should have the same behaviour as CVS is now ie no bursting, only when you add the <burst-size> tags (specified in bytes) in the <limits> section should the burst
2006 Aug 01
5
Rails on .NET
http://www.eweek.com/article2/0,1759,1996960,00.asp?kc=EWEAUEMNL080106EOAD Just saw this and thought it was interesting...
2005 Apr 18
3
Some suggestions.
Good day. Some suggestions. 1. I think it would be useful to add support of "seekable streams" to Speex API. It seems many developers need functions like: GetDuration(), SeekToTime(...),... Something like VorbisFile for Ogg Vorbis. 2. It would be useful to add some samples on working with Speex files. E.g. something like vcut for Ogg Vorbis. Vitaly.
2004 Aug 18
1
[LLVMdev] AST access
Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii -------- Hi, How to get access to the Abstract syntax tree generated by GCC front end in LLVM. ( if some one wants to write his own type systems, or generate constraints by walking over the tree ) Secondly, is it possible to regenerate the source code from the AST? How good would LLVM be at this.