. .

smalltalk

Regular Expressions in Smalltalk

March 2, 2010 21:25:46.437

Today's screencast walks through adding Regular Expression library support to Smalltalk.

You can download the video directly here. If you like this kind of video, why not subscribe to "Smalltalk Daily"?

Technorati Tags: ,

posted by James Robertson

Comments

Re: Regular Expressions in Smalltalk

[anonymous] March 2, 2010 23:20:50.527

"Like all languages, you have to load a library to use Regex".

*cough* Perl *cough*

Re: Regular Expressions in Smalltalk

[Naum] March 3, 2010 18:53:11.591

Holy Jobs!

One of these days, going to learn Smalltalk (or Erlang).

Back in 90s, when I worked for Amex, we had some Smalltalk development efforts, but they got canned.

And don't have to load a library with Ruby either…

Re: Regular Expressions in Smalltalk

[Steven Kelly] March 4, 2010 5:14:22.636

Anonymous: James didn't say "like all languages". The real quote was: "regular expressions in Smalltalk are, like everything else, just a library - they're not built in."

 Share Tweet This