Hi, Thanks for the feedback.
On 15-Mar-07, at 1:30 PM, ***** ***** wrote: > - SSL support for the http-server library > - Better crypto support mainly rsa or lacking that, bindings to > OpenSSL > (since as I understand it is simple to interface with C) > - ASN1 support or library (this could again make use of OpenSSL's > ASN1) I'd like to see both OpenSSL bindings and more crypto algorithms implemented in Factor. In the long term the latter would be preferable. > - Some walk through documentation for bundling an application > written with > Factor (what becomes of the image) This is planned but not for a little while. One of my goals for 1.0 is generation of minimal images. > - The OpenGL based gui gadgets are very interesting for a self- > contained GUI > but is there any means of starting it from outside the UI (from the > terminal > shell for example). These could be an alternative for web based > applications. This is possible but its not well-documented yet. Try this in the tty: USING: gadgets-labels gadgets ; [ "Hello world" <label> "Hi" open-window ] ui-hook set-global ui > I do understand Factor is a young language and what you have already > achieved is impressive to say the least. I however feel that the above > features would be simple to implement and be put somewhere in your > priorities, attracting more developers to your language, hence more > feedback. Sure, there's still a lot of work to be done. It is mostly a question of manpower and time, and other people have different priorities. Perhaps you can contribute some of these libraries? Slava ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
