Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:22, 23 June 2025 Iwiseman talk contribs created page Effect TS (Created page with "=Introduction= Dipped my toe into this. It seems to be a combination of RxJs and Microsoft DI. Not sure why it is worthwhile using types rather than a typed language. If all you have is TS resource then it makes sense. Make change my mind. =First Program= <syntaxhighlight lang="ts"> import { Effect, pipe, Schema } from 'effect'; const Pokemon = Schema.Struct({ name: Schema.String, weight: Schema.Number, }); type Pokemon = Schema.Schema.Type<typeof Pokemon>; const...")