[Factor-talk] [ANN] Graphviz interface

2010-11-23 Thread Dmitry Shubin
Hi.

I've implemented ffi-based interface to Graphviz. It's not properly
documented yet, but I've added a couple of simple examples.

The code is in 'graphviz' branch at http://github.com/dmsh/factor

--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Emacs/FUEL

2010-11-23 Thread Jim mack
There's an argument to be had for sticking to what you already use and love,
and making that work better.  I personally tried a few, and had used the sci
editor in the past on windows, but gravitated back to my editpadpro.  I then
found ways to get an imperfect syntax highlighter going - they provide a
regular expr tool interface and now it handles nested [ & {, highlights the
first word after a : at the beginning of line, pulls attention to strings,
and bolds out the operators like cleave and bi that are so common.  That was
enough to get it out of the way for now.  I did just find out how to get a
clickable link to the offending file when an autouse triggers an additional
file, and that's made things more fun as well.  Did you know that if you're
in the error browser, clicking a particular error will focus you to that
line in some editors, editpadpro included?  You can try it for free; I've
been using it since it was made.  http://www.editpadpro.com/



On Tue, Nov 23, 2010 at 5:05 AM, Joe Groff  wrote:

> On Tue, Nov 23, 2010 at 5:40 PM, Shaping  wrote:
>
>> ErgoEmacs is too slow.  I've uninstalled it and I'm going back to regular
>> Emacs 23.2.  The problem is that the scroll-wheel dynamic is very
>> sluggish--unusable really.  I think Jim noticed this earlier.  I did not
>> notice the problem until I had a need to page/scroll down in my larger
>> files.
>>
>>
>>
>> Before I reinstall Emacs, is there any other option for Factor-editor
>> integration with color and formatting on Windows?  I like the REPL
>> integration very much, but will do without it, if I can have a normal
>> Windows keyboard binding, like Notepad++'s .  The vocab for Notepadpp looks
>> like it provides only an ability to launch the editor.
>>
>
> Nothing is as fully developed as FUEL. You can try using the TextMate
> plugin with the e text editor from http://www.e-texteditor.com/, which is
> compatible with TextMate bundles. Its syntax highlighting should work out of
> the box, but the REPL interaction support relies on MacOS X's Services
> feature and would have to be ported to use another communication mechanism
> to interact with Factor on Windows.
>
> -Joe
>
>
> --
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>


-- 
Jim
"I'm for extending the working Medicare program for our seniors all the way
back to contraception, so Americans can concentrate on living their lives
without fear of changing a job, going bankrupt from deductibles or fighting
HMO bureaucracy."
--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Emacs/FUEL

2010-11-23 Thread Joe Groff
On Tue, Nov 23, 2010 at 5:40 PM, Shaping  wrote:

> ErgoEmacs is too slow.  I've uninstalled it and I'm going back to regular
> Emacs 23.2.  The problem is that the scroll-wheel dynamic is very
> sluggish--unusable really.  I think Jim noticed this earlier.  I did not
> notice the problem until I had a need to page/scroll down in my larger
> files.
>
>
>
> Before I reinstall Emacs, is there any other option for Factor-editor
> integration with color and formatting on Windows?  I like the REPL
> integration very much, but will do without it, if I can have a normal
> Windows keyboard binding, like Notepad++'s .  The vocab for Notepadpp looks
> like it provides only an ability to launch the editor.
>

Nothing is as fully developed as FUEL. You can try using the TextMate plugin
with the e text editor from http://www.e-texteditor.com/, which is
compatible with TextMate bundles. Its syntax highlighting should work out of
the box, but the REPL interaction support relies on MacOS X's Services
feature and would have to be ported to use another communication mechanism
to interact with Factor on Windows.

-Joe
--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Emacs/FUEL

2010-11-23 Thread Shaping
ErgoEmacs is too slow.  I've uninstalled it and I'm going back to regular
Emacs 23.2.  The problem is that the scroll-wheel dynamic is very
sluggish--unusable really.  I think Jim noticed this earlier.  I did not
notice the problem until I had a need to page/scroll down in my larger
files.

 

Before I reinstall Emacs, is there any other option for Factor-editor
integration with color and formatting on Windows?  I like the REPL
integration very much, but will do without it, if I can have a normal
Windows keyboard binding, like Notepad++'s .  The vocab for Notepadpp looks
like it provides only an ability to launch the editor.  

 

 

Shaping

--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] factor self modify source

2010-11-23 Thread Jim mack
http://paste.factorcode.org/paste?id=2056

I think too many would be irritated by the clipboard changing, so perhaps
this should be opt-in, so I'm not thinking this is a submission, but it may
be interesting to some.  I find it useful.  D

On Mon, Nov 22, 2010 at 11:32 PM, Joe Groff  wrote:

> On Tue, Nov 23, 2010 at 12:46 PM, Jim mack  wrote:
>>
>> When you activate auto use, and get told the correct USING: clause, I
>> think I'd like to either type a word or have a setting that updates the
>> source file.  I am close to being able to implement this myself (although I
>> wouldn't mind any amount of direction)
>>
>
> I see. As you mentioned, it's possible to conflict with unsaved changes
> when updating files directly from Factor. You could definitely add some code
> updating tools that had to be manually applied, because a user would then
> have to explicitly coordinate their saving and updating actions. Automatic
> modification would be dangerous.
>
> -Joe
>
>
> --
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>


-- 
Jim
"I'm for extending the working Medicare program for our seniors all the way
back to contraception, so Americans can concentrate on living their lives
without fear of changing a job, going bankrupt from deductibles or fighting
HMO bureaucracy."
--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk