#EdN

2025-06-12

Spitting out the entire expression tree as EDN. I may have to switch representations to speed this up already.

#Haxe #Edn #Reflaxe #Clojure

Haxe expressions as EDN
2025-06-09

In experiments in Reflaxe (Haxe Macro based Haxe compilation) I'm starting to see the light.

I've got a clone of the macro type definitions named `Glot` (notably, no position data, which isn't always present, and many less `Ref`s) and I've started to get it to transform without stack overflows.

`ClassType`s often have self references, and `FieldAccess` needed a little modification. Stack overflows often don't report where the actual reference loop is, so it's been slow going.

I need to fix up the transformer from Glot to EDN (internally Parenthetical Markup Language) and see what more needs doing to get a Babashka generator going.

Babashka has a bunch of batteries built in that would make like easier for a lot of people.

#Haxe #Reflaxe #Clojure #EDN #Babashka

2025-05-31

[relaie] #edn

EDN est un commun, un espace où on gère nos besoins en énergie de manière collective : on en définit les règles. Et on a décidé de… baisser les tarifs !!!

🔥Le seul fournisseur où nous décidons des prix. On s’écouterait, on dirait que l’énergie répond à un besoin de base et donc qu’elle devrait être démarchandisée et gratuite, au moins partiellement sur la base d’un nombre de kWh minimums pour une vie digne ou à prix libre (un jour peut-être), surtout quand elle est renouvelable.

Image sur fond jaune avec un texte sur 3 lignes :
En vert : Energie de Nantes 
En noir baisse ses Tarifs
En rouge : Bienvenue ! 
En dessous, le logo d'EDN

Dans le coin inferieur droit, un QR code renvoi vers la page https://energie-de-nantes.fr
2025-05-03

Journal Officiel : les Épreuves Dématérialisées sont ouvertes !

Arrêté du 18 avril 2025 portant ouverture de la première session des épreuves dématérialisées donnant accès au troisième cycle des études de médecine au titre de l'année universitaire 2026-2027

legifrance.gouv.fr/eli/arrete/

#médecine #3eCycle #EDN

2025-04-20

Journal Officiel : les Épreuves Dématérialisées sont ouvertes !

Arrêté du 18 avril 2025 portant ouverture de la première session des épreuves dématérialisées donnant accès au troisième cycle des études de médecine au titre de l'année universitaire 2026-2027
legifrance.gouv.fr/eli/arrete/

#médecine #3eCycle #EDN

2025-04-08

⚡ 1️⃣4️⃣ Grandes Assemblées - La 15ème sera le 27 mai à 18h30 - Save the Date.

⚡ Des centaines de kilos d'enduit chaux-chanvre pour améliorer l'isolation du Local. Venez nous rencontrer au 2 rue de Coulmiers (Arrêt Tram Moutonnerie)

⚡ Et 1️⃣ Tarif Solidaire de l'Energie !!??
Mais comment ça ? Qui fait ça ?? Ça n'existe pas!! Enfin...pas encore

💥 Restez à l'écoute de nos réseaux, des nouvelles à venir bientôt ! 💥

#edn #nantes

energie-de-nantes.fr/

you╭👺+300╭🐈x5╭⁂+3╭(Ⓐ+aunspeaker
2025-03-14

@SonnyBonds

this looks great!

may i recommend ...
learnxinyminutes.com/edn/
github.com/edn-format/edn

all the flexibility of xml without all those triangle brackets and closing tags - plus, it can be made to express actual program logic if necessary ('s based on it). here's someone's prototype parser: github.com/shaunxcode/edn-cpp

plan b: pugjs.org/ is also good if you like significant indentation - it can compile down to xml directly, and allows js code to be embeded inline

2025-03-14

tldr: everything in pieces on the shop floor, but....

I'm trying towards an implementation of Babashka Pods in Haxe.

Given Haxe is a polyglot language, it makes sense to go for a polyglot interop solution.

There's things like built in async handling, client side code and platform awareness, very much the inverted pyramid that's good for adoption by keeping complexity at the base low.

A Haxe Pod implementation would transpile to around 10 different languages, and could be a base for a repl implementation, certainly of HScript, and or KissLang or some of the other languages and dialects cropping up.

Looking at what I did with Stig this week it probably bears some explanation.

I wanted a structured data format that doesn't rely on reflection, doesn't require the heavyness of the internal runtime representation of tagged unions (enums/gadts) but can be pattern matched on.

The external StigForm is neither here nor there, the internal StigNode is the important bit. There's probably a few minor adjustments so it can sit well in most languages.

I might well use it to build a Bencode output, as it fits perfectly.

The inclusion of Stx, or the dead-code eliminated version of it is for parsing is unavoidable, but the generated loc is only around 5k at present.

It's based on Stephan Le Dorze's mix of Haskell Parsex plus Alex Worth's Phd work on linear time left recursive packrat parsing, and I've been tinkering with it for years.

Work on Go2Hx by PXShadow means there's the opening to cross compile CueLang, meaning that there's an opening for language native type generations from Cue, which is pretty exciting, and Haxe has an extremely compact and well designed internal type representation, and the new completion algorithm is very snappy.

Still work to do though, I'm in the middle of a rebuild atm.

#Haxe #Programming #Babashka #Edn #Pods #CueLang #GoLang #OMeta #Parsex #Interop #DevOps #OMeta

2025-02-26

I think with jet (github.com/borkdude/jet), I can transform the `@` pragmas into `#` tags so that if I'm feeding into `clojure.edn/read`, or any other standard-ish edn stuff, I can specify transformation functions to handle program specific stuff.

#Haxe #Babashka #EDN

Autrement et en Commun sur Nantesautrement_et_en_commun_sur_nantes@mobilizon.fr
2025-02-07

Ven 28/2 - 19h - Conf gesticulée : La valeur travail : LOL.

28 février 2025, 19:00:00 CET - GMT+1 - 2 Rue De Coulmiers, 44000, Nantes, France

mobilizon.fr/events/56470322-8

Banner
2025-01-22

Turning things into quick Cuelang types looks, for me, like running a data structure through jet to .edn, then using malli to provide a schema for the data, output that as a json schema and pull it back into cue.

I should point out that malli will automatically derive a schema for any data you feed it.

#Cuelang #Cue #Edn #Malli #JsonSchema #Babashka

EDN to Json schema turnaround
2025-01-06

Typed #EDN grammar in #Haxe, giving pattern matching.

(edit) The generic T lets you do a lot of data transformation whilst keeping the general shape.

Extensible Data Notation grammar described as a Haxe GADT
2025-01-06

On the upside, I've got a typed #EDN grammar, which is nice.

you╭👺+300╭🐈x5╭⁂+3╭(Ⓐ+aunspeaker
2025-01-04

in docs.rs/clojure-reader/0.3.0/c is really cool but not

and const fns can be reused at runtime. so in the case of : baked-in configs in custom dsl that can be written out to ~/.config/tek and live-coded.

2024-11-29

dip 33: le edizioni di negativo, l’antilibro di francesco pirella, il castello spinola di campi ligure (1999)

ospite degli amici Laura Parodi e Raffaello Bisso, io e la mia futura moglie andammo al Castello Spinola (Campo Ligure), nell’inverno 1999 (novembre? dicembre?) per il progetto di mostra di antilibri/antieditori: la Fabbrica dell’antilibro, dove tra le altre cose era in funzione – prodigio… – una macchina maravigliosa che permetteva di autopubblicarsi un tomo in velocità.

spronato anche dalle infinite autoproduzioni (e dalla strepitosa rivista “Ossetia – L’eco del popolo oppresso”) di Ugo Pierri pittore in Trieste, avevo qualche tempo prima ideato – e lì a Spinola esponevo in vendita – le mie EdN, Edizioni di Negativo, entità anarchica votata alla pubblicazione di racconti, traduzioni, prose brevissime, poesie e materiali vari. (dalla stampante di casa mia cioè uscivano fogli A4 variamente organizzati & piegati nell’allestimento fino al formato A6; in tirature estremamente parche).

in fondo la nascita di “bina” nel 2003 si deve anche a quell’esperienza.

sull’idea di antilibro non è affatto male la pagina di Wikipedia, a questo link: https://it.wikipedia.org/wiki/Antilibro, delibabile in pdf pure qui.
(lo spillato ciclostiloso Manifesto di Pirella si può invece visualizzare qui, da un’immagine trafugata da ebay).

delle EdN c’è una traccia che ritrovo nella newsletter “ROL – Rubicondor On Line”, di Silvia Tessitore e Piero Cademartori, ossia dell’editrice Zona, :

LOANO (Sv) – Circolo ”Italo Calvino” (Via Roma,
Pal. Kursaal) – dal 17.11 all’8/12 ore 21.30 –
LO SCRITTORE DIMEZZATO, incontri poetici e letterari
a cura di Marino Giusti – Letture incrociate, libri a confronto
– 17.11: Silvia Tessitore, Piero Cademartori – 24.11: Raffaello
Bisso, Marino Giusti – 1.12: Leonardo Pesce, Andrea Burlando,
Michele Vaccari – 8.12: Marco Porsia, Fabrizio Battaglia,
Roberto Gambino – In coll. con Edizioni di Negativo,
Editrice Zona, Libreria Annexia (Genova), Rubicondor On Line –

oppure, in rete, in un commento di M. Sannelli (addirittura), ad arredare una precisazione sulla fine degli anni Novanta e sulle autoproduzioni:

*

qualche altro materiale in tema di autoproduzione e Pirella:

un Frammento da una tesi di Francesca Depalma (Politecnico di Milano, 2011-12):

*

intervista a Francesco Pirella, 31 ott. 2011:
https://www.metaprintart.info/cultura-grafica/350-intervista_a_francesco_pirella-2/

e cfr. anche https://t.ly/cWUtm:

“La complessita’ e la frantumazione delle sorgenti di comunicazione, la tendenza ad acquisire gli oggetti prodotti da quelle sorgenti, riproducono condizioni ricettive di epoche passate, addirittura sembrano orientare processi di tipo piu’ artigianale… Questa edizione propone un progetto leggero e mirato, funzionale non soltanto alla creativita’ individuale, ma anche alla flessibilita’ gestionale (produrre quanto serve quando serve) pur mantenendo un collegamento genetico con il parallelepipedo gutenberghiano… suscettibile di dare vita ad autentici neoprolibri autoprodotti…”. L’idea dell’antilibro, e del manifesto del 1995 venne a Pirella quando, nel 1992, il suo magazzino fu inondato da un’alluvione. Lo spettacolo di quei libri grondanti gli indusse il convincimento della inutilita’ dell’editoria tradizionale. “La vecchia tipografia non esiste piu’, sostituita dalla composizione elettronica”, spiegava Pirella. “Il libro e’ travolto dal floppy di un computer, dal cd-Rom: e noi utilizziamo altre forme di duplicazione (xerografia, laser) insieme ai materiali della vita quotidiana, carta riciclata, plastiche, metalli”

(FP)

*

“Il 5 novembre 1995 all’Acquasanta nel Comune di Mele c’è stata la presentazione del Manifesto dell’Antilibro sottoscritto da Gillo Dorfles, Mario Persico, Francesco Pirella e Edoardo Sanguineti. 1996 © Archivio Audiovisivi Città Metropolitana di Genova” http://www.cittametropolitana.genova.it

*
il Libretto con le 17 poesie di Sanguineti, alla Fondazione Berardelli:
https://www.fondazioneberardelli.org/book.php?id=2079

e anche qui:
https://www.cacciatoredilibri.com/libretto-di-edoardo-sanguineti-pirella-1995-17-poesie-inedite-del-poeta-genovese-in-uno-strabiliante-antilibro/

*

intervista a Edoardo Sanguineti:

“Intervista al poeta, scrittore e anima della cultura anticonformista Edoardo Sanguineti, in occasione della mostra ‘Il porto dei libri’ a Genova nel 1997 dove Sanguineti parla anche del lavoro di Francesco Pirella con il quale il 5 novembre del 1995 firma il ‘Manifesto dell’Antilibro’, progetto di ecologia culturale con Gillo Dorfles e Mario Persico, ad Acquasanta (Genova)”.

*

la “Raccolta gutenberghiana Francesco Pirella”, in mostra presso l’ARMUS – Archivio Museo della Stampa: https://cultura.gov.it/luogo/archivio-museo-della-stampa

*

informazioni sull’attività di Francesco Pirella nella Fondazione Mondadori:
https://www.fondazionemondadori.it/censimenti/venezieliguria/Schede/70015.htm

#000000 #333399 #antieditoria #antilibro #ArchivioMuseoDellaStampa #ARMUS #CastelloSpinola #dip #dip33 #dip33 #EdizioniDiNegativo #EdN #EdoardoSanguineti #FabbricaDellAntilibro #FondazioneBerardelli #FondazioneMondadori #FrancescaDepalma #FrancescoPirella #GilloDorfles #LEcoDelPopoloOppresso #LaRaccoltaGutenberghianaFrancescoPirella_ #LauraParodi #MarioPersico #Ossetia #OssetiaLEcoDelPopoloOppresso #RaffaelloBisso #Sannelli #Spinola #UgoPierri

2024-11-24

Journal Officiel : organisation des prochaines #EDN

Arrêté du 19 novembre 2024 fixant le calendrier d'organisation dans les universités ou établissements de la seconde session des épreuves dématérialisées donnant accès au troisième cycle des études de médecine au titre de l'année universitaire 2025-2026

legifrance.gouv.fr/eli/arrete/

2024-11-10

C'est bon de rire parfois, c'est bon de rire ah ah ! Ce beau foirage de "rechercher / remplacer" vous est offert par le Journal Officiel (et probablement le CNG)
Mais les Bérénice ayant passé les premières #EDN peuvent à nouveau dormir tranquille depuis le 07/11 ! Tout est maintenant corrigé 😁
legifrance.gouv.fr/jorf/id/JOR

2024-10-24

Les affectations aux premières #EDN ayant été publiées hier au Journal Officiel, les stats sur MedShake ont pu être mise à jour !

medshake.net/medecine/EDN/stat

Poke @Kalytis

#médecine #EDN #concours

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst