I hereby claim:
- I am f-f on github.
- I am ff (https://keybase.io/ff) on keybase.
- I have a public key whose fingerprint is 782F 31DD F11F 9DBB 8C17 8468 660B AD4A 3494 9D71
To claim this, I am signing this object:
import string | |
import itertools as it | |
chars=list(string.ascii_lowercase) | |
def gen_expansion(inp, length=1): | |
if not length: | |
return inp | |
if isinstance(inp, str): | |
accodati = [inp+c for c in chars] |
I hereby claim:
To claim this, I am signing this object:
(ns clojure-meetup.demo) | |
;; This is the main API of the package | |
;; - `input-ast` compiles the Dhall source, returns AST | |
;; - `input` also runs `eval` on the AST, so we get Clojure | |
(require '[dhall-clj.core :refer [input input-ast]]) | |
<?php | |
class PersonaUser { | |
private function isEntitled($uuid = null, $token = null) { | |
$allowed_products = array("LS DIGI"); | |
$entitled = false; | |
$personaUrl = "https://persona.api.ksfmedia.fi/v1" | |
$personaConfig = new \OpenAPI\Client\Configuration(); | |
$personaConfig->setHost($personaUrl); |
{:c ({:c (), :t :whitespace} | |
{:c ({:c ({:c ("l" "e" "t"), :t :let-raw} | |
{:c ({:c (" "), :t :whitespace-chunk}), :t :nonempty-whitespace}), | |
:t :let} | |
{:c ({:c ({:c ("x"), :t :ALPHA}), :t :simple-label} | |
{:c ({:c (" "), :t :whitespace-chunk}), :t :whitespace}), | |
:t :label} | |
{:c ("=" {:c ({:c (" "), :t :whitespace-chunk}), :t :whitespace}), :t :equal} | |
{:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ("1"), | |
:t :DIGIT}), |
{:c ({:c (), :t :whitespace} | |
{:c ({:c ({:c ("l" "e" "t"), :t :let-raw} | |
{:c ({:c (" "), :t :whitespace-chunk}), :t :nonempty-whitespace}), | |
:t :let} | |
{:c ({:c ({:c ("x"), :t :ALPHA}), :t :simple-label} | |
{:c ({:c (" "), :t :whitespace-chunk}), :t :whitespace}), | |
:t :label} | |
{:c ("=" {:c ({:c (" "), :t :whitespace-chunk}), :t :whitespace}), :t :equal} | |
{:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ({:c ("1"), | |
:t :DIGIT}), |
Ingredients:
{:c | |
({:c ({:c (" "), :t :whitespace-chunk}), :t :whsp} | |
{:c | |
({:c | |
({:c | |
({:c | |
({:c | |
({:c | |
({:c | |
({:c |
{- | |
So this Dhall is basically JSON + functions + imports + types | |
More info on the official website, you can see some examples there: https://dhall-lang.org/ | |
I'll try to model in Dhall the YAML schema with embedded lispy you described me, | |
hoping to show how consistent it gets. | |
-} |