Prinjolata

Prinjolata is a traditional dessert from Malta. The dessert gets its name from the Maltese word prinjol meaning pine nuts which are used in both the filling and the topping.[1]

Cultural Significance

Prinjolata is generally prepared as a treat to be eaten at the Maltese Carnival; a festival introduced to Malta in the 1400s, and popularised by the Knights of St John a century later. In Malta, Carnival is held five days before Ash Wednesday.[2]

gollark: ?
gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan

References

  1. "Prinjolata, Malta's carnival cake, a sweet mound of mess". Malta InsideOut. 2013-02-09. Retrieved 2018-04-21.
  2. "ThinkSite.eu". www.thinksite.eu. Retrieved 2018-04-21.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.