[racket-dev] interactive hack

2011-07-10 Thread Eli Barzilay
I'm close to adding my interactive hack to the tree (in a much
improved form).  Does anyone have a good idea for a name?

(I started with `repl', looked too generic so I switched to
`replcommand', but that looks too verbose.)

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Sam Tobin-Hochstadt
Why not `interactive'?

And this is for the name of the module, right?

On Sun, Jul 10, 2011 at 6:55 AM, Eli Barzilay  wrote:
> I'm close to adding my interactive hack to the tree (in a much
> improved form).  Does anyone have a good idea for a name?
>
> (I started with `repl', looked too generic so I switched to
> `replcommand', but that looks too verbose.)
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                    http://barzilay.org/                   Maze is Life!
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



-- 
sam th
sa...@ccs.neu.edu

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Eli Barzilay
10 minutes ago, Sam Tobin-Hochstadt wrote:
> Why not `interactive'?

Interactive what?  -- It's way too generic.


> And this is for the name of the module, right?

A new toplevel collection.  Used similarly to readline.  (And
supersedes it, hopefully, for casual users.)

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Matthias Felleisen

how about ElisInteractiveHack


On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:

> 10 minutes ago, Sam Tobin-Hochstadt wrote:
>> Why not `interactive'?
> 
> Interactive what?  -- It's way too generic.
> 
> 
>> And this is for the name of the module, right?
> 
> A new toplevel collection.  Used similarly to readline.  (And
> supersedes it, hopefully, for casual users.)
> 
> -- 
>  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
>http://barzilay.org/   Maze is Life!
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Eli Barzilay
It's no longer mine, and it's really been years since it was really a hack.

I think that I'll go with a shortened command-repl: `crepl'.


On 2011-07-10, Matthias Felleisen  wrote:
>
> how about ElisInteractiveHack
>
>
> On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:
>
>> 10 minutes ago, Sam Tobin-Hochstadt wrote:
>>> Why not `interactive'?
>>
>> Interactive what?  -- It's way too generic.
>>
>>
>>> And this is for the name of the module, right?
>>
>> A new toplevel collection.  Used similarly to readline.  (And
>> supersedes it, hopefully, for casual users.)
>>
>> --
>>  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
>>http://barzilay.org/   Maze is Life!
>> _
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/dev
>
>


-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
  http://www.barzilay.org/ Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Jon Rafkind
command-repl +1
crepl -1

On 07/10/2011 09:54 AM, Eli Barzilay wrote:
> It's no longer mine, and it's really been years since it was really a hack.
>
> I think that I'll go with a shortened command-repl: `crepl'.
>
>
> On 2011-07-10, Matthias Felleisen  wrote:
>> how about ElisInteractiveHack
>>
>>
>> On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:
>>
>>> 10 minutes ago, Sam Tobin-Hochstadt wrote:
 Why not `interactive'?
>>> Interactive what?  -- It's way too generic.
>>>
>>>
 And this is for the name of the module, right?
>>> A new toplevel collection.  Used similarly to readline.  (And
>>> supersedes it, hopefully, for casual users.)
>>>
>>> --
>>>  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
>>>http://barzilay.org/   Maze is Life!
>>> _
>>>  For list-related administrative tasks:
>>>  http://lists.racket-lang.org/listinfo/dev
>>
>

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Sam Tobin-Hochstadt
I agree -- this is not going to be something people write often; it
goes into your .racketrc.  There's no reason to have a short and
confusing name.

On Sun, Jul 10, 2011 at 12:40 PM, Jon Rafkind  wrote:
> command-repl +1
> crepl -1
>
> On 07/10/2011 09:54 AM, Eli Barzilay wrote:
>> It's no longer mine, and it's really been years since it was really a hack.
>>
>> I think that I'll go with a shortened command-repl: `crepl'.
>>
>>
>> On 2011-07-10, Matthias Felleisen  wrote:
>>> how about ElisInteractiveHack
>>>
>>>
>>> On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:
>>>
 10 minutes ago, Sam Tobin-Hochstadt wrote:
> Why not `interactive'?
 Interactive what?  -- It's way too generic.


> And this is for the name of the module, right?
 A new toplevel collection.  Used similarly to readline.  (And
 supersedes it, hopefully, for casual users.)

 --
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!
 _
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev
>>>
>>
>
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



-- 
sam th
sa...@ccs.neu.edu

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Eli Barzilay
Ok, `4racket' and a beer for anyone who knows why.

On 2011-07-10, Sam Tobin-Hochstadt  wrote:
> I agree -- this is not going to be something people write often; it
> goes into your .racketrc.  There's no reason to have a short and
> confusing name.
>
> On Sun, Jul 10, 2011 at 12:40 PM, Jon Rafkind  wrote:
>> command-repl +1
>> crepl -1
>>
>> On 07/10/2011 09:54 AM, Eli Barzilay wrote:
>>> It's no longer mine, and it's really been years since it was really a
>>> hack.
>>>
>>> I think that I'll go with a shortened command-repl: `crepl'.
>>>
>>>
>>> On 2011-07-10, Matthias Felleisen  wrote:
 how about ElisInteractiveHack


 On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:

> 10 minutes ago, Sam Tobin-Hochstadt wrote:
>> Why not `interactive'?
> Interactive what?  -- It's way too generic.
>
>
>> And this is for the name of the module, right?
> A new toplevel collection.  Used similarly to readline.  (And
> supersedes it, hopefully, for casual users.)
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                    http://barzilay.org/                   Maze is Life!
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev

>>>
>>
>> _
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/dev
>>
>
>
>
> --
> sam th
> sa...@ccs.neu.edu
>
> _
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev
>


-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
  http://www.barzilay.org/ Maze is Life!

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] interactive hack

2011-07-10 Thread Neil Van Dyke

4DOS.

Eli Barzilay wrote at 07/10/2011 01:51 PM:

Ok, `4racket' and a beer for anyone who knows why.

  

_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Jos Koot
For racket?
jOS 

-Original Message-
From: dev-boun...@racket-lang.org [mailto:dev-boun...@racket-lang.org] On
Behalf Of Eli Barzilay
Sent: domingo, 10 de julio de 2011 19:52
To: Sam Tobin-Hochstadt; rafk...@cs.utah.edu; dev@racket-lang.org
Subject: Re: [racket-dev] interactive hack

Ok, `4racket' and a beer for anyone who knows why.

On 2011-07-10, Sam Tobin-Hochstadt  wrote:
> I agree -- this is not going to be something people write often; it
> goes into your .racketrc.  There's no reason to have a short and
> confusing name.
>
> On Sun, Jul 10, 2011 at 12:40 PM, Jon Rafkind  wrote:
>> command-repl +1
>> crepl -1
>>
>> On 07/10/2011 09:54 AM, Eli Barzilay wrote:
>>> It's no longer mine, and it's really been years since it was really a
>>> hack.
>>>
>>> I think that I'll go with a shortened command-repl: `crepl'.
>>>
>>>
>>> On 2011-07-10, Matthias Felleisen  wrote:
>>>> how about ElisInteractiveHack
>>>>
>>>>
>>>> On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:
>>>>
>>>>> 10 minutes ago, Sam Tobin-Hochstadt wrote:
>>>>>> Why not `interactive'?
>>>>> Interactive what?  -- It's way too generic.
>>>>>
>>>>>
>>>>>> And this is for the name of the module, right?
>>>>> A new toplevel collection.  Used similarly to readline.  (And
>>>>> supersedes it, hopefully, for casual users.)
>>>>>
>>>>> --
>>>>>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli
Barzilay:
>>>>>                    http://barzilay.org/                   Maze is
Life!
>>>>> _
>>>>>  For list-related administrative tasks:
>>>>>  http://lists.racket-lang.org/listinfo/dev
>>>>
>>>
>>
>> _
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/dev
>>
>
>
>
> --
> sam th
> sa...@ccs.neu.edu
>
> _
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev
>


-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
  http://www.barzilay.org/ Maze is Life!

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread Guillaume Marceau
4scsh ?

On Sun, Jul 10, 2011 at 3:15 PM, Jos Koot  wrote:
> For racket?
> jOS
>
> -Original Message-
> From: dev-boun...@racket-lang.org [mailto:dev-boun...@racket-lang.org] On
> Behalf Of Eli Barzilay
> Sent: domingo, 10 de julio de 2011 19:52
> To: Sam Tobin-Hochstadt; rafk...@cs.utah.edu; dev@racket-lang.org
> Subject: Re: [racket-dev] interactive hack
>
> Ok, `4racket' and a beer for anyone who knows why.
>
> On 2011-07-10, Sam Tobin-Hochstadt  wrote:
>> I agree -- this is not going to be something people write often; it
>> goes into your .racketrc.  There's no reason to have a short and
>> confusing name.
>>
>> On Sun, Jul 10, 2011 at 12:40 PM, Jon Rafkind  wrote:
>>> command-repl +1
>>> crepl -1
>>>
>>> On 07/10/2011 09:54 AM, Eli Barzilay wrote:
>>>> It's no longer mine, and it's really been years since it was really a
>>>> hack.
>>>>
>>>> I think that I'll go with a shortened command-repl: `crepl'.
>>>>
>>>>
>>>> On 2011-07-10, Matthias Felleisen  wrote:
>>>>> how about ElisInteractiveHack
>>>>>
>>>>>
>>>>> On Jul 10, 2011, at 8:39 AM, Eli Barzilay wrote:
>>>>>
>>>>>> 10 minutes ago, Sam Tobin-Hochstadt wrote:
>>>>>>> Why not `interactive'?
>>>>>> Interactive what?  -- It's way too generic.
>>>>>>
>>>>>>
>>>>>>> And this is for the name of the module, right?
>>>>>> A new toplevel collection.  Used similarly to readline.  (And
>>>>>> supersedes it, hopefully, for casual users.)
>>>>>>
>>>>>> --
>>>>>>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli
> Barzilay:
>>>>>>                    http://barzilay.org/                   Maze is
> Life!
>>>>>> _
>>>>>>  For list-related administrative tasks:
>>>>>>  http://lists.racket-lang.org/listinfo/dev
>>>>>
>>>>
>>>
>>> _
>>>  For list-related administrative tasks:
>>>  http://lists.racket-lang.org/listinfo/dev
>>>
>>
>>
>>
>> --
>> sam th
>> sa...@ccs.neu.edu
>>
>> _
>>   For list-related administrative tasks:
>>   http://lists.racket-lang.org/listinfo/dev
>>
>
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                  http://www.barzilay.org/                 Maze is Life!
>
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>
>
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-10 Thread D Herring

On 07/10/2011 01:51 PM, Eli Barzilay wrote:

Ok, `4racket' and a beer for anyone who knows why.


A pun on forehand?  Racketlon?

If you're looking for odd names,
rash: racket shell
riti: racket interactive text/terminal interface
and Scribble needs to loose its Scheming name and become Rabble.

Otherwise, the "long and obvious" naming style has a lot of merit.

- Daniel

_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-11 Thread Eli Barzilay
Yesterday, Eli Barzilay wrote:
> Ok, `4racket' and a beer for anyone who knows why.

(Maybe `4repl'...)


Yesterday, Neil Van Dyke wrote:
> 4DOS.

Yes!  Name your favorite brand and I'll bring it...


Yesterday, D Herring wrote:
> On 07/10/2011 01:51 PM, Eli Barzilay wrote:
> > Ok, `4racket' and a beer for anyone who knows why.
> 
> A pun on forehand?  Racketlon?
> 
> If you're looking for odd names,
> rash: racket shell

This one should be used by an actual shell-thing.


> riti: racket interactive text/terminal interface

Too acronymy, and too obscure for me to remember...


> and Scribble needs to loose its Scheming name and become Rabble.

:)  (FWIW, "Scribble" never had any relationship to "Scheme", I just
looked for something in the spirit of existing documentation
"things".)


> Otherwise, the "long and obvious" naming style has a lot of merit.

The problem is that it's that obvious, which made me question the
utility of a longish name.

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-12 Thread Neil Van Dyke



Yes!  Name your favorite brand and I'll bring it...
  


I don't know a good beer to name, but I'm sure that the Bukowski Tavern 
near us has some sufficiently pricey imported craft ones. :)


--
http://www.neilvandyke.org/
_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-12 Thread Matthias Felleisen

On Jul 12, 2011, at 3:15 AM, Neil Van Dyke wrote:

> 
>> Yes!  Name your favorite brand and I'll bring it...
>>  
> 
> I don't know a good beer to name, but I'm sure that the Bukowski Tavern near 
> us has some sufficiently pricey imported craft ones. :)

Ask them for an Isreali import. And btw, Eli will order Coke. 
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-12 Thread Sam Tobin-Hochstadt
On Tue, Jul 12, 2011 at 9:00 AM, Matthias Felleisen
 wrote:
> On Jul 12, 2011, at 3:15 AM, Neil Van Dyke wrote:
>>
>>> Yes!  Name your favorite brand and I'll bring it...
>>>
>>
>> I don't know a good beer to name, but I'm sure that the Bukowski Tavern near 
>> us has some sufficiently pricey imported craft ones. :)
>
> Ask them for an Isreali import. And btw, Eli will order Coke.

Or: http://www.shmaltz.com/HEBREW/index.html
-- 
sam th
sa...@ccs.neu.edu

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] interactive hack

2011-07-19 Thread Eli Barzilay
More than a week ago, Eli Barzilay wrote:
> Yesterday, Eli Barzilay wrote:
> > Ok, `4racket' and a beer for anyone who knows why.
> 
> (Maybe `4repl'...)

I eventually went with "XREPL", via a different pun: eXtended REPL.
It's now in the repository, but unfortunately will not be included in
the upcoming 5.1.2.

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev