Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Call for Content: 2018/11 #66

Merged
merged 6 commits into from Oct 10, 2018
Merged

Call for Content: 2018/11 #66

merged 6 commits into from Oct 10, 2018

Conversation

domenkozar
Copy link
Member

Hi all,

please add Nix news item in form of:

- Example news item title `with link`_

  News item description in one or two sentences.

.. _`with link`: http://example.com

preferably as a PR against master branch or a comment below. Thank you <3

@infinisil
Copy link
Member

Not sure if you wanna include this, but I just created a hacky lisp in Nix :P. Description:

A very hacky proof of concept of a lisp in Nix itself, use cautiously! The implementation currently only has support for very few primitives too, but it could be extended much further. https://github.com/Infinisil/nixlisp.

with import ./lisp.nix { a = null; }; eval
(defun fib (n)
  (defun fib2 (a b n)
    (iff (lt n 2) b
      (def (next (plus a b))
      (fib2 b next (minus n 1))))
  (fib2 0 1 n))
(fib 60))

@vcunat
Copy link
Member

vcunat commented Oct 4, 2018

I suppose you didn't have guix-sd in mind :-D

@ryantm
Copy link
Member

ryantm commented Oct 6, 2018

https://discourse.nixos.org/t/nixos-18-09-jellyfish-released/1076

@vcunat
Copy link
Member

vcunat commented Oct 6, 2018

Would the weekly be appropriate to bring wider attention to an issue, in hope of finding someone interested in Azure? It looks bad to have 16.03 referenced on the download page (even if it still works, but I don't know that).

@domenkozar
Copy link
Member Author

Sounds good to me to do a public call for help.

@domenkozar
Copy link
Member Author

@domenkozar domenkozar merged commit 7f05b18 into production Oct 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants