Re: [dev] Introducing SEE, the Simple Executing Engine

2011-10-22 Thread Rob
On 22 October 2011 19:36, Pierre Chapuis wrote: > On 22.10.2011 15:47, Xinhao.Yuan wrote: > >> http://github.com/xinhaoyuan/see > > Looks interesting, but what the hell is that? > >    static char __sa[sizeof(gc_header_s) == GC_HEADER_SPACE ? 0 : -1]; It's a similar compile time check similar to

Re: [dev] Introducing SEE, the Simple Executing Engine

2011-10-22 Thread Pierre Chapuis
On 22.10.2011 15:47, Xinhao.Yuan wrote: http://github.com/xinhaoyuan/see Looks interesting, but what the hell is that? static char __sa[sizeof(gc_header_s) == GC_HEADER_SPACE ? 0 : -1];

[dev] Introducing SEE, the Simple Executing Engine

2011-10-22 Thread Xinhao.Yuan
Hello all, I have subscribed this mail list for long time, but it is my first post here. I would like to introduce SEE, which is a very small script engine for embedded environment. It has the following advantages: - Hackable: the code base is small and the API is simple. - Portable: the de

Re: [dev] Introducing XLSH

2011-10-22 Thread Mikael Schönenberg
2011/10/21 Michał Siejak : > Back to the topic: xlsh github page now has proper wiki with HOWTOs on > compiling and installing it on Arch and Ubuntu Linux as well as > configuration articles. Head to: https://github.com/Nadrin/xlsh/wiki Thanks for writing this, Michał. Some reports on getting it

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Christoph Lohmann
Greetings. Connor Lane Smith wrote: > On 22/10/2011, Patrick Haller <201009-suckl...@haller.ws> wrote: >> Hickey kicks unix because although pipes = composability, output and >> input = free-form text. We combined data exchange with user interface, >> and user interface usually won that fight. >>

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread v4hn
On Sat, Oct 22, 2011 at 01:07:38PM +0200, hiro wrote: > > What's suckless about software as a service? > > useful services? > Sorry if I'm not using these buzzwords ansi conform. At least I wouldn't call software/services which depend on the availability of one IP/Domain on the internet suckless!

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread hiro
> What's suckless about software as a service? useful services? Sorry if I'm not using these buzzwords ansi conform. suckless people suck more and more.

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread v4hn
On Sat, Oct 22, 2011 at 12:12:09PM +0200, hiro wrote: > > rtmpdump -r > > 'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o > > simple_made_easy.mp4 thanks too. > Thanks, now I don't have to restart my web browser, but compiling > still sucks on this machine. > Is ther

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Patrick Haller
On 2011-10-22 09:35, Connor Lane Smith wrote: > > the representation of data would be a concern of each program, not of > the terminal, which would probably result in ugly. Let's separate the concerns: UI and Data UI = users should be able to be retarded && dd if=/dev/zero of=/dev/face This is a

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread hiro
> rtmpdump -r > 'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o > simple_made_easy.mp4 Thanks, now I don't have to restart my web browser, but compiling still sucks on this machine. Is there still no cloud service taking random URLs and bringing you download links to

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Anthony Martin
Connor Lane Smith once said: > So I think the necessary next step would be to have a strongly typed > shell. To pretty-print you'd need to add a polymorphic "à la carte" > (multiple dispatch) pretty-printing function for the given data type. > The type inference would be done per command, so cat(1

Re: [dev] Introducing XLSH

2011-10-22 Thread hiro
well I had a lot of fun coding it and it works for me do we have a fortunes file?

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Bastien Dejean
b...@methodlogic.net a écrit : > Is there a downloadable version of this, or something that I can point > mplayer to? Flashplayer == fail for me. rtmpdump -r 'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o simple_made_easy.mp4

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Connor Lane Smith
On 22/10/2011, Patrick Haller <201009-suckl...@haller.ws> wrote: > Hickey kicks unix because although pipes = composability, output and > input = free-form text. We combined data exchange with user interface, > and user interface usually won that fight. > > Say data exchange won; would it help us t