Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
!.gitignore
!profile/
!profile/README.md
!profile/*.svg
.claude/
11 changes: 1 addition & 10 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@

Fink is a functional programming language designed to be ergonomic, consistent, and practical — applying FP principles without being dogmatic.

```fink
process = fn items:
items
| filter is_valid
| map fn item:
match parse item:
Ok value: value * 2
Err e: log 'skipping ${item}: ${e}'
| [..?]
```
<img src="example.svg" alt="Fink code example">

## Key characteristics

Expand Down
72 changes: 72 additions & 0 deletions profile/example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.