[Factor-talk] I can't get arrow'ed value

2009-04-04 Thread Jong-Hyouk Yun
Hi, I'm looking at and 'models' vocabs. http://paste.factorcode.org/paste?id=546 how can I get "25" from my instance? Thanks. -- ___ Factor-talk mailing list Factor-talk@lis

Re: [Factor-talk] Windows build?

2009-03-26 Thread Jong-Hyouk Yun
Hi, Kyle. I heard that 'tools.disassembler' is troublesome in Win32. but you can build `git pull` with cygwin, and I found that work nicely with new-ui :-) here's my personal build: http://file.jewelria.net/~ageldama/factor/factor-win32-ageldama-20090321.7z Thanks. 2009/3/27 Kyle Cordes : > I

Re: [Factor-talk] Encodings finished?

2009-03-20 Thread Jong-Hyouk Yun
Wonderful! 2009/3/21 Slava Pestov : > Good work Dan. > > On Fri, Mar 20, 2009 at 4:20 PM, Daniel Ehrenberg wrote: >> Hi everyone, >> >> I've implemented ISO 2022-JP-1, a Japanese text encoding used mostly >> for email. It's pushed to Factor's main repository. As far as I know, >> Factor now has a

Re: [Factor-talk] new_ui, binaries, etc

2009-03-13 Thread Jong-Hyouk Yun
Although there are many text-proc libraries in Factor, regexp is still important and useful tool. anyway, I think it's amazing Dan improved regexp vocab. :-) Dan, great work :-) 2009/3/14 Daniel Ehrenberg : > Regexp is far from the only text processing library in Factor. There's > also PEGs EBNF

Re: [Factor-talk] Taiwan Big5 encoding

2009-03-03 Thread Jong-Hyouk Yun
Hi, nice to see you, Pei-Shun Hu. then Taiwan's encodings and PRC's encodings convert vice versa? Thanks. 2009/3/4 Caesar Hu : > Hi, Jong-Hyouk Yun > > my English name is Pei-Shun Hu. > > yes, Taiwan and PRC have different encodings and font(tranditional chinese

Re: [Factor-talk] Taiwan Big5 encoding

2009-03-03 Thread Jong-Hyouk Yun
Hi, "Jonghyouk Yun". how can I read your name in English? just curiosity, isn't Taiwan and PRC has different encodings? Thanks. 2009/3/4 胡培舜 : > Hi, great work, thanks Daniel Ehrenberg and Jonghyouk Yu's new EUC code. > > yes, EUC-CN can also support. > resource: > http://unicode.org/Public/MA

Re: [Factor-talk] Taiwan Big5 encoding

2009-03-03 Thread Jong-Hyouk Yun
Hi, it's great work! I pulled your commits last day, I think it's became more well organized, now. and io.encodings.euc vocab's EUC: parsing word is awesome. (compared to my original io.encodings.asian vocab, it's become more usable and more Factor'ish!) Thanks. 2009/3/4 Daniel Ehrenberg : > I

Re: [Factor-talk] Taiwan Big5 encoding

2009-03-02 Thread Jong-Hyouk Yun
e > gracefully in the middle of a multibyte character. You might have > based the code off an earlier version of io.encodings.japanese, which > has the same problem. Jong-Hyouk Yun (ageld...@gmail.com), on this > mailing list, is working on other EUCs; you should talk to him about > his

Re: [Factor-talk] how can I suppress 'literal expected' warnings?

2009-02-27 Thread Jong-Hyouk Yun
effect and therefore not optimized. > > If you wrote a combinator, make sure it is declared inline so that the > quotation that is passed to it is known to the compiler. In this case, > it looks like encode-char-mb should be declared inline. > > Slava > > On Sat, Feb 2

[Factor-talk] how can I suppress 'literal expected' warnings?

2009-02-27 Thread Jong-Hyouk Yun
Hi, I'm working on "io.encodings.korean" support Johab encoding and refactoring "cp949", "johab" => encode-char/decode-char's common patterns. here is my personel github: http://github.com/ageldama/factor/tree/master I want remove duplicated codes in my cp949/johab encodings and no need to load

[Factor-talk] another IANA name problem

2009-02-25 Thread Jong-Hyouk Yun
Hi, I'm going to implement Korean encodings (Johab, ISO-2022-KR) and Japanese EUC-JP encoding in this weekend. but I have a question about IANA name, I think Johab encoding has no name in IANA registry, now. (http://www.iana.org/assignments/character-sets) Johab encoding is currently never used

[Factor-talk] why raptor?

2009-02-19 Thread Jong-Hyouk Yun
Hi, it's not a techie question, but it's important to me. why Factor's logo & icon is raptor? Thanks. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in op

Re: [Factor-talk] New feature -- vocab: paths

2009-02-15 Thread Jong-Hyouk Yun
Hi! it's what I want, Thanks! 2009/2/16 Slava Pestov : > Hi all, > > I've added a new feature similar to the special resource: prefix on > paths. You can now use a vocab: prefix, and Factor will search > vocabulary roots for that path for you. > > For example, instead of > > "resource:extra/beer/

Re: [Factor-talk] Help needed, io.encodings.korean decode-char

2009-02-12 Thread Jong-Hyouk Yun
Hi, Dan, I got a github repos: http://github.com/ageldama/factor-io.encodings.korean/ Thanks. :-) 2009/2/13 Jong-Hyouk Yun : > Hi, > > 1) Dan, I'll get a some github, and notify to you. Thanks. :-) > > 2) Kobi, I'll check it later (after the work), Thanks to your co

Re: [Factor-talk] Help needed, io.encodings.korean decode-char

2009-02-12 Thread Jong-Hyouk Yun
as I see, only: io.encodings.string besides the korean code. > > hope this helps, Kobi. > > > Jong-Hyouk Yun wrote: >> Hi, >> >> I've been working on Korean cp949 encoding for awhile, here is result: >> >> http://paste.factorcode.org/paste?id=423 -- i

Re: [Factor-talk] Help needed, io.encodings.korean decode-char

2009-02-12 Thread Jong-Hyouk Yun
Hi, SOLVED. my tests passed, it seems works fine. (but still tests have to load before "test"). how can I commit i.e.korean? Thanks. 2009/2/11 Jong-Hyouk Yun : > Hi, > > I've been working on Korean cp949 encoding for awhile, here is result: > > http://pas

[Factor-talk] Help needed, io.encodings.korean decode-char

2009-02-11 Thread Jong-Hyouk Yun
Hi, I've been working on Korean cp949 encoding for awhile, here is result: http://paste.factorcode.org/paste?id=423 -- io.encodings.korean vocab http://paste.factorcode.org/paste?id=424 -- io.encodings.korean tests but, I couldn't make it work decode-char. (encode-char is seems ok) my questions

Re: [Factor-talk] ms949 for IANA?

2009-02-09 Thread Jong-Hyouk Yun
Thanks :-) 2009/2/10 Slava Pestov : > On Mon, Feb 9, 2009 at 9:47 PM, Jong-Hyouk Yun wrote: >> Thanks. >> >> If deploy application which uses resource:, it have to be place in same dir? > > If you load the table at parse time, then the data will get loaded > while

Re: [Factor-talk] ms949 for IANA?

2009-02-09 Thread Jong-Hyouk Yun
Thanks. If deploy application which uses resource:, it have to be place in same dir? I'll change to MEMO: run once. I thought encoding table is almost never changing. Thanks to your clear advice, Slava. :-) 2009/2/10 Slava Pestov : > On Mon, Feb 9, 2009 at 7:44 PM, Jong-Hyouk Yu

Re: [Factor-talk] ms949 for IANA?

2009-02-09 Thread Jong-Hyouk Yun
scriptors, so if CP949 isn't > IANA-registered, it wouldn't make sense to use that name with > register-encoding. On the other hand, if that encoding name is used > unofficially on the internet a lot, I could extend io.encodings.iana > to let you register a list of syn

Re: [Factor-talk] ms949 for IANA?

2009-02-09 Thread Jong-Hyouk Yun
here is unfinished code... http://paste.factorcode.org/paste?id=419 anybody help me to complete , ? I got to go to bed for tomorrow working T.T... Cheers. 2009/2/9 Jong-Hyouk Yun : > Hi, > > After coming home from office, I've worked awhile for cp949(aka cp949, > uhc -- uni

[Factor-talk] ms949 for IANA?

2009-02-09 Thread Jong-Hyouk Yun
Hi, After coming home from office, I've worked awhile for cp949(aka cp949, uhc -- unified hanguel code, and extended euc-kr) encoding for Korean. Anyway, I found IANA registry has no entry for "cp949". "cp949" is de facto Korean encoding, but there's not found. (I thinks ksc codes are quite simil

Re: [Factor-talk] FUEL broken?

2009-02-08 Thread Jong-Hyouk Yun
hich to >>>> load. Only the developer will ever need to deal with the two >>>> executables anyway -- a binary package will have one or the other. >>>> >>>> Doug >>>> >>>> >>>> On Feb 8, 2009, at 3:56 PM,

Re: [Factor-talk] factor-kr usergroup

2009-02-08 Thread Jong-Hyouk Yun
Thanks. :-) 2009/2/9 Slava Pestov : > Great! > > I added a link to this list at > https://concatenative.org/wiki/view/Factor/Mailing%20list. > > Slava > > On Sun, Feb 8, 2009 at 6:50 AM, Jong-Hyouk Yun wrote: >> Hi, >> >> I just started factor-kr googl

Re: [Factor-talk] FUEL broken?

2009-02-08 Thread Jong-Hyouk Yun
Yes, I will. :-) Thanks. 2009/2/9 Adam : > Could you add this note to: > http://concatenative.org/wiki/view/Emacs%20Integration including the > appropriate file? > > On Sat, Feb 7, 2009 at 3:15 AM, Jong-Hyouk Yun wrote: >> Hi, >> >> (setq fuel-listener-factor-b

[Factor-talk] factor-kr usergroup

2009-02-08 Thread Jong-Hyouk Yun
Hi, I just started factor-kr google groups. http://groups.google.co.kr/group/factor-kr/ Korean, Factor hackers/users/newbies welcomed! Thanks. -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AI

Re: [Factor-talk] FUEL broken?

2009-02-07 Thread Jong-Hyouk Yun
Hi, (setq fuel-listener-factor-binary "c:/tools/factor/factor.com") this fixes. Thanks. 2009/2/7 Jong-Hyouk Yun : > Hi, > > * 1 : change 6 -> 12 seems doesn't working. > > * 2 : I couldn't find *fuel messages*, *fuel connection retort* buffers,

Re: [Factor-talk] FUEL broken?

2009-02-06 Thread Jong-Hyouk Yun
Hi, * 1 : change 6 -> 12 seems doesn't working. * 2 : I couldn't find *fuel messages*, *fuel connection retort* buffers, both. * 3 : "'fuel' run", and M-X connect-to-factor works. I'll try to find what's problem. :-) Thanks. 2009/2/7 Jose

[Factor-talk] FUEL broken?

2009-02-06 Thread Jong-Hyouk Yun
I upgraded to Factor 2009-02-05, Windows x86. and my emacs (version) is "GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2009-01-13 on LENNART-69DE564 (patched)" when I do M-x run-factor... * "*fuel listener*" : Process fuel listener finished * "*Messages*" : ... Starting FUEL listener (this may

Re: [Factor-talk] difference between "#'reduce" and "reduce"?

2009-02-05 Thread Jong-Hyouk Yun
lar case. > It's linear rather than quadratic time overhead. > > Dan > > On Thu, Feb 5, 2009 at 1:47 AM, Jong-Hyouk Yun wrote: >> Hi, >> >> >> I'm very confused with 'reduce' word. >> >> in CommonLisp I could flatten depth-2 li

[Factor-talk] difference between "#'reduce" and "reduce"?

2009-02-04 Thread Jong-Hyouk Yun
Hi, I'm very confused with 'reduce' word. in CommonLisp I could flatten depth-2 list '((1 2) (3 4) ..) into '(1 2 3 4 ...) with #'reduce... (reduce #'append '((1 2) (3 4)) :initial-value '()) but, Factor give me unexpected results ( scratchpad ) { 1 2 } { 3 4 } append . { 1 2 3 4 } ( scrat