Skip to content
dsh.fish
Bundle

dsh-functional-programming

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

Source
satan9394
stars
1 stars
License
MIT
Updated
Updated 5 days ago

Readme

# dsh-functional-programming

DSH(DeepSeek Harness)技能插件:**函数式编程**。

不可变性与纯函数、模式匹配、管道组合、Elixir/OTP 并发容错(let it crash/监督树)、Haskell 类型系统(newtype/GADT/总函数)、效应隔离与渐进迁移。受 [wshobson/agents](https://github.com/wshobson/agents)(38k★ MIT)启发的中文原创精简版。

## 安装

```bash
dsh plugin add dsh-functional-programming
```

## 触发方式

描述中包含"函数式 / Elixir / Haskell / 不可变 / 纯函数 / 模式匹配 / OTP / 监督树 / 单子"等关键词时自动触发。

## 能力

- 函数式核心四原则
- Elixir/OTP 并发容错实践
- Haskell 类型系统(newtype/总函数)
- 命令式→函数式迁移纪律

## 许可

MIT

Install

dsh plugin --profile web add github:satan9394/dsh-functional-programming

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source