Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
about founding z developement of zsh
- X-seq: zsh-users 23502
- From: Marc Chantreux <eiro@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: about founding z developement of zsh
- Date: Tue, 19 Jun 2018 11:12:17 +0200
- Dkim-filter: OpenDKIM Filter v2.10.3 aurora-borealis.phear.org 6D0BB10AB2
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=phear.org; s=20180217; t=1529399539; bh=r2bVIM29/ZtYooLpUgn19PaZYmzZCAAueYVHT5COrXI=; h=Date:From:To:Subject:In-Reply-To:From; b=ah3e+gACBw5HUlpSlTgiqOD/VbiVIegssfx1IEIINa284RcfHPX3k5l+Z7qD4ylge Gk/m4cbIwSgchjewFVfc3FHz27bVc4glmkoUIXwfFYPsax1u1bUpEE+xGifOu6z5zn Z1R5fzqc9zdrQwJe+0CvFpvdTNMcKO660DbjkXUI8Co4mDipTkkhnhAcIJCYndI1H3 cU4CJaYUbul/6a2leWF40HZvFie1/dwlaHaY4kpLM2VunP5AbuuDSGw+jMBBfYULYP Oa3unXklUbnG1GQDeyBcQLlrI27m9Wy6BTgsgHxOYqFQGBZCbN/gxf/AqqoKqiqeBi BB7J7f4xsLp/w==
- In-reply-to: <20180618150024eucas1p15c206df2ce9b8b709bcd2359fe7637ec~5STEs8H4B0903809038eucas1p1j@eucas1p1.samsung.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
hello people,
> The problem with that is none of the core zsh developers have
> ever asked for contributions in a quarter century of its existence,
> and all are unpaid volunteers.
well ... i am a zsh user since circa 2001 and always felt i didn't gave
zsh enough (same for perl, vim, linux, dwm, gnome and all those awesome
software that gave me 20 years of fun using floss).
i only have 1 patch in zsh, i don't really contribute to zsh but i try
to be active in the ecosystem
* support french users
* promote zsh in technical mailing lists, local meetups and
other conferences
(http://act.perlconference.org/tpc-2018-glasgow/talk/7338)
* start writing a zsh programming guide
(https://github.com/eiro/zsh-programming-guide)
* start writing a plugin system with a very opiniated coding style
(as perlish as we can) (https://github.com/zsh-uze)
basically, i try to spend some of the time i spared using zsh to promote
it because ... gosh ... when i have to read some bash/ksh/sh/posix code,
my eyes are bleeding and i really want to see more zsh outzere.
i started a list of things i would like to see appearing in zsh here
https://github.com/eiro/zsh-programming-guide/blob/master/c/wishlist.md
and i guess some topics means huge work so unpaid patches coming time to
time are not enough.
and i wonder if this is worth a founding campain... and to be honnest,
sometimes i also wonder if a fresh start using a modern langage (like crystal or rust)
should be an option. there is the elvish shell
(https://github.com/elves/elvish) written in go as example but i really
think it took many wrong directions: basically, the perfect shell to me
should be zsh with
* nested structures
* namespaces
* lambdas
* function signatures (ideally with gradual typing where a type should
be defined as 2 lambdas: serialize and deserialize)
but maybe this whole thing should have a dark side: if someone is paid
for this, why should i contrib for free, ones should ask.
regards,
marc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author