Re: [Jprogramming] Hex and Unhex

2009-12-13 Thread Aai
alpha{~ 16#.inv 16bfff +16bcac 1cab alpha{~ 16#.inv 16b0123456789abcdef |domain error | alpha{~16#.inv 8.198552922e16 Because: 16#.inv 16b0123456789abcdef 1 2 3 4 5 6 7 8 9 10 11 12.87109375 0 0 0 Using ext. precision alpha{~ 16#.inv x: 16b0123456789abcdef 123456789abcdf0

[Jprogramming] Daily J Programming

2009-12-13 Thread June Kim
Last Saturday (2009/12/12), there was a small conference(audience : around 60) at Seoul National University in South Korea about alternative programming languages. http://langdev.net/post/325 It's called DEAP(DEveloper track on Alternative Programming). There were Smalltalk, J(mine), Haskell,

Re: [Jprogramming] Daily J Programming

2009-12-13 Thread June Kim
Here is a picture of the session: http://www.flickr.com/photos/22326...@n00/4181833390/ BTW, I sometimes use viewmat to see the structure of a large, complex html file, and I showed the audience during the talk how I use it. It seemed like they liked it. On Mon, Dec 14, 2009 at 12:16 AM, June

Re: [Jprogramming] Daily J Programming

2009-12-13 Thread Lau B. Jensen
June Kim wrote: Last Saturday (2009/12/12), there was a small conference(audience : around 60) at Seoul National University in South Korea about alternative programming languages. http://langdev.net/post/325 Look forward to reading it, when will the english translation be up ? --

Re: [Jprogramming] Daily J Programming

2009-12-13 Thread June Kim
My ijt file is written in English. Here is the introduction for my session: Daily J Programming You will learn how to use J daily(whether you are a programmer or not). I'll talk about using J as a substitue for a calculator, transforming text format, reducing simple mechanistic work, drawing a

Re: [Jprogramming] Daily J Programming

2009-12-13 Thread June Kim
For those who don't know anything about J Lab: Download the ijt file and place it in the j602-user\labs folder under your HOME. If you are using windows and installed it at a default place, it'll be at C:\Documents and Settings\id\j602-user\labs Run J and select from the top menu, Studio Labs.

Re: [Jprogramming] Daily J Programming

2009-12-13 Thread Roger Hui
Look forward to reading it, when will the english translation be up ? http://translate.google.co.uk/translate?hl=ensl=kou=http://langdev.net/post/325 - Original Message - From: Lau B. Jensen lau.jen...@bestinclass.dk Date: Sunday, December 13, 2009 7:30 Subject: Re: [Jprogramming]

[Jprogramming] Newbie JDB problem: inserting chars in a 1 column char table gives 'assertion failure'

2009-12-13 Thread christopher collins
Hi, I'm just starting to learn J and JDB. I'm starting with the most trivial cases since they are best suited to my trivial IQ. I built a table with only 1 column defined as datatype char. I was successful in inserting a single character with each insert statement. However, when I tried