bahmutov / bahmutov/change-by-example
Print function that can be evaluated
- Dominant language
- JavaScript
- Stars
- 33
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Evaluate combined function that could be something like
```js
function f (source) {
return R.mergeAll([
R.assocPath(
['name', 'first'],
R.identity(R.view(R.lensPath(['name']), source)),
{}
),
R.assocPath(
['age'],
_.parseInt(R.view(R.lensPath(['other', 'info', 'age']), source)),
{}
)
])
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by clarifying the expected evaluated output from the JavaScript example and locating the repository's transformation entry point; done requires an agreed behavior and a test that verifies it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100