<pablo_escoberg>
It's not formatted properly, I haven't gotten to indentation yet, and I'm sure it will still display some things weird, but for now, it mostly works.
pablo_escoberg has quit [Ping timeout: 246 seconds]
<abu[m]>
Cool! Thanks pablo_escoberg!
avocadoist has joined #picolisp
skyjuice has joined #picolisp
<skyjuice>
Hello Picolisp
<abu[m]>
Hello skyjuice!
<skyjuice>
Hi abu
<skyjuice>
I've been toying with pil and
<skyjuice>
penti for a little while, all very cool tech. Thank you and the community for your efforts
<abu[m]>
Glad to hear that :) Thanks for the feedback!
<skyjuice>
you're welcome
<skyjuice>
What level of programming experience is recommended to start building web apps with Pico?
<skyjuice>
I have about 2 years of amateur experience
<abu[m]>
Perhaps more important than experience is a strong interest in understanding the inner workings of one's programming environment
<skyjuice>
Great, one of my main motivations for trying Pico is the emphasis on
<skyjuice>
minimalism and transparency
<abu[m]>
This is exactly the point, I think
<abu[m]>
It is possible to understand the internals, because there are not so many concepts
<skyjuice>
abu[m]: As an inexperienced dev the "lack" of concepts makes it very approachable
<skyjuice>
btw, is there anything like a line wrap mode for vip, I would like new lines to be to be wrapped at the boundaries of words once they reach the horizontal boundary of the screen
<abu[m]>
Yes, via F4
<abu[m]>
It calls the "fmt" command
<abu[m]>
In my case here locally, I even replaced the standard Linux "wrap" with my own one which I use since many years: http://pb1n.de/?1c63a4
<abu[m]>
But the standard fmt should be fine for first experiments
<skyjuice>
thanks
<skyjuice>
Is there a vim like "zt" command to move the current line to the top of the buffer